GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuViewareControl Class / BurnAnnotations Method
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 GdPicture14.GdPictureStatus
public GdPicture14.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