Click or drag to resize

Page.AnnotPushFront 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.PDF.IAnnot
- The annotation to append in a page's annotation Array.
See Also