Click or drag to resize

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
)

Parameters

page
Type: pdftron.PDFPage
The new page associated with this Destination.
See Also