ImageGear .NET - Updated October 26, 2017
CropRectangle Property




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPage Class : CropRectangle Property
Gets the PDF page's crop rectangle (crop box).
Syntax
'Declaration
 
Public ReadOnly Property CropRectangle As ImGearRectangle
 
'Usage
 
Dim instance As ImGearPDFPage
Dim value As ImGearRectangle
 
value = instance.CropRectangle

Property Value

ImageGear.Core.ImGearRectangle structure object.
Remarks
The crop rectangle sets a visible part of the PDF page content for display and printing.
See Also

Reference

ImGearPDFPage Class
ImGearPDFPage Members
ImGearRectangle Structure