VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfCropSelectionTool Class / PageRectangle Property
Syntax Requirements SeeAlso
In This Topic
    PageRectangle Property (PdfCropSelectionTool)
    In This Topic
    Gets or sets a rectangle, in coordinate system of PDF page, that defines crop selection on PDF page.
    Syntax
    'Declaration
    
    Public Property PageRectangle As System.Drawing.RectangleF
    
    
    public System.Drawing.RectangleF PageRectangle { get; set; }
    
    
    public: __property System.Drawing.RectangleF* get_PageRectangle();
    public: __property void set_PageRectangle(
    System.Drawing.RectangleF* value
    );
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also