Sets the page to given Page object
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
Page p
)
Public Sub Set (
p As Page
)
public:
virtual void Set(
[InAttribute] Page^ p
) sealed
Parameters
- p
- Type: pdftron.PDFPage
a given Page object
See Also