PDFDocViewPrefsSetPrintArea Method |
Sets the page boundary representing the area of a page to
be rendered when printing the document.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetPrintArea(
PageBox box
)
Public Sub SetPrintArea (
box As PageBox
)
public:
virtual void SetPrintArea(
[InAttribute] PageBox box
) sealed
function SetPrintArea(box);
Parameters
- box
- Type: pdftron.PDFPageBox
printing region. The default value is page
crop-box.
See Also