Click or drag to resize

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
)

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