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