PDFDocViewPrefsGetViewArea Method |
Gets the view area.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PageBox GetViewArea()
Public Function GetViewArea As PageBox
public:
virtual PageBox GetViewArea() sealed
Return Value
Type:
PageBox the page boundary representing the area of a page
to be displayed when viewing the document on the screen.
See Also