Click or drag to resize

PageAnnotPushFront Method

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

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

Parameters

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