'Declaration
Public Overloads Function BurnAnnotationsToPage( _ ByVal RemoveInitialAnnots As Boolean, _ ByVal VectorMode As Boolean _ ) As GdPictureStatus
public GdPictureStatus BurnAnnotationsToPage( bool RemoveInitialAnnots, bool VectorMode )
public function BurnAnnotationsToPage( RemoveInitialAnnots: Boolean; VectorMode: Boolean ): GdPictureStatus;
public function BurnAnnotationsToPage( RemoveInitialAnnots : boolean, VectorMode : boolean ) : GdPictureStatus;
public: GdPictureStatus BurnAnnotationsToPage( bool RemoveInitialAnnots, bool VectorMode )
public: GdPictureStatus BurnAnnotationsToPage( bool RemoveInitialAnnots, bool VectorMode )
Parameters
- RemoveInitialAnnots
- Set this parameter to true, if you want to remove the initial annotation blob content from the file, otherwise set it to false.
- VectorMode
- Determines, if annotations data are rendered in vector format (means using vector graphics) on the page. Setting this parameter to false is only suitable for burning annotations into PDF documents in order to rasterize them on the page, that means to produce image-based page content.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.