VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfTextRedactionMark Class / SelectedRect Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    SelectedRect Property (WpfTextRedactionMark)
    In This Topic
    Gets or sets the selection rectangle.
    Syntax
    'Declaration
    
    Public Overrides Property SelectedRect As System.Windows.Rect
    
    
    public override System.Windows.Rect SelectedRect { get; set; }
    
    
    public: __property System.Windows.Rect* get_SelectedRect(); override;
    public: __property void set_SelectedRect(
    System.Windows.Rect* value
    ); override;
    public:
    property System.Windows.Rect^ SelectedRect { System.Windows.Rect^ get() override;; void set(System.Windows.Rect^ value) override;; }
    Exceptions
    ExceptionDescription
    Thrown when sets a 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