DestinationSetPage Method |
Modify the destination so that it refers to the new 'page' as the destination page.
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 associated with this Destination.
See Also