Click or drag to resize

PageAnnotPushBack Method

Adds an annotation to the end of a page's annotation Array.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void AnnotPushBack(
	IAnnot annot
)

Parameters

annot
Type: pdftron.PDFIAnnot
- The annotation to prepend in a page's annotation Array.
See Also