'Declaration
Public Overloads Function BurnAnnotationsToPage( _ ByVal RemoveInitialAnnots As Boolean, _ ByVal Intent As GdPictureOutputIntent _ ) As GdPictureStatus
public GdPictureStatus BurnAnnotationsToPage( bool RemoveInitialAnnots, GdPictureOutputIntent Intent )
public function BurnAnnotationsToPage( RemoveInitialAnnots: Boolean; Intent: GdPictureOutputIntent ): GdPictureStatus;
public function BurnAnnotationsToPage( RemoveInitialAnnots : boolean, Intent : GdPictureOutputIntent ) : GdPictureStatus;
public: GdPictureStatus BurnAnnotationsToPage( bool RemoveInitialAnnots, GdPictureOutputIntent Intent )
public: GdPictureStatus BurnAnnotationsToPage( bool RemoveInitialAnnots, GdPictureOutputIntent Intent )
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.
- Intent
- A member of the GdPictureOutputIntent enumeration. Specifies the intent of the produced page after flattening. The default value is GdPictureOutputIntent.IntentColor. Other intents produce smaller page size.
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.