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