Click or drag to resize

WidgetSetPage Method

Sets the reference to a page the annotation is associated with. (Optional PDF 1.3; not used in FDF files)

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPage(
	Page page
)

Parameters

page
Type: pdftron.PDFPage
the new page

Implements

IAnnotSetPage(Page)
Remarks
The parameter should be an indirect reference to the page object with which this annotation is associated. This entry shall be present in screen annotations associated with rendition actions
See Also