PDFDocViewPrefsSetViewArea Method |
Sets the page boundary representing the area of a page
to be displayed when viewing the document on the screen.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetViewArea(
PageBox box
)
Public Sub SetViewArea (
box As PageBox
)
public:
virtual void SetViewArea(
[InAttribute] PageBox box
) sealed
function SetViewArea(box);
Parameters
- box
- Type: pdftron.PDFPageBox
page boundary displayed when viewing the document
on the screen. By defualt, PDF viewers will display the
crop-box.
See Also