ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPage Class / CropRectangle Property




In This Topic
    CropRectangle Property
    In This Topic
    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