VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfCropSelectionTool Class / PageRectangle Property
Syntax Requirements SeeAlso
In This Topic
    PageRectangle Property (WpfPdfCropSelectionTool)
    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.Windows.Rect
    
    
    public System.Windows.Rect PageRectangle { get; set; }
    
    
    public: __property System.Windows.Rect* get_PageRectangle();
    public: __property void set_PageRectangle(
    System.Windows.Rect* value
    );
    public:
    property System.Windows.Rect^ PageRectangle { System.Windows.Rect^ get(); void set(System.Windows.Rect^ value); }
    Requirements

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

    See Also