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