Annotation Stamp Function. Stamp this annotation into the page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Stamp this annotation into the page.

 

   
Syntax  

[C#]
void Stamp()

[Visual Basic]
Sub Stamp()

 

   

Params
 
Name Description
none  

 

   

Notes
 

Use this method to permanently stamp an annotation into the page on which it is located.

When this method is called the annotation appearance is stamped permanently into the document and the annotation is deleted.

The annotation becomes a new layer on the page (see Doc.LayerCount) so you may wish to call Doc.Flatten on the affected page.

 

   

Example
 

None.