PDFDocViewPrefsGetViewClip Method |
Gets the view clip.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PageBox GetViewClip()
Public Function GetViewClip As PageBox
public:
virtual PageBox GetViewClip() sealed
Return Value
Type:
PageBox the page boundary to which the contents of a page
are to be clipped when viewing the document on the screen.
See Also