When the parameter is set on "true", annotations on all pages will be burnt. Otherwise only the annotations of the current page will be burnt.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / BurnAnnotations Method

BurnAnnotations Method (DocuVieware)

In This Topic
Burns the annotations on the current document.
Syntax
'Declaration
 
Public Function BurnAnnotations( _
   ByVal AllPages As Boolean _
) As GdPictureStatus
public GdPictureStatus BurnAnnotations( 
   bool AllPages
)

Parameters

AllPages
When the parameter is set on "true", annotations on all pages will be burnt. Otherwise only the annotations of the current page will be burnt.

Return Value

A member of the GdPictureStatus enumeration.
See Also