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

BurnAnnotations Method (DocuViewareControl)

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