Selects the page box/region to rasterize.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetPageBox(
PageBox region
)
Public Sub SetPageBox (
region As PageBox
)
public:
virtual void SetPageBox(
[InAttribute] PageBox region
) sealed
function SetPageBox(region);
Parameters
- region
- Type: pdftron.PDFPageBox
Page box to rasterize. By default, PDFDraw will rasterize page crop box.
See Also