PDFDocViewPrefsGetPrintArea Method |
Gets the prints the area.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PageBox GetPrintArea()
Public Function GetPrintArea As PageBox
public:
virtual PageBox GetPrintArea() sealed
Return Value
Type:
PageBox the page boundary representing the area of a page
to be rendered when printing the document.
See Also