Sets the reference to a page the annotation is associated with.
(Optional PDF 1.3; not used in FDF files)
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetPage(
Page page
)
Sub SetPage (
page As Page
)
void SetPage(
[InAttribute] Page^ page
)
Parameters
- page
- Type: pdftron.PDFPage
the new 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