ImageGear for .NET
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
public ImGearRectangle CropRectangle {get;}
public: __property ImGearRectangle get_CropRectangle();
public:
property ImGearRectangle CropRectangle {
   ImGearRectangle get();
}

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback