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 public void SetPage(
Page page
)
Public Sub SetPage (
page As Page
)
public:
virtual void SetPage(
[InAttribute] Page^ page
) sealed
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