VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationViewer Class / AnnotationBoundingRect Property
Syntax Remarks Requirements SeeAlso
In This Topic
    AnnotationBoundingRect Property (AnnotationViewer)
    In This Topic
    Gets or sets a System.Drawing.Rectangle, in image space, in device-independent pixels (1/96th inch), that restricts the area of image where annotation can be built/transformed.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built/transformed.")>
    <CategoryAttribute("VintaSoft, Annotation")>
    Public Property AnnotationBoundingRect As System.Drawing.Rectangle
    
    
    [Description("Rectangle that restricts the area of image where annotation can be built/transformed.")]
    [Category("VintaSoft, Annotation")]
    public System.Drawing.Rectangle AnnotationBoundingRect { get; set; }
    
    
    [Description("Rectangle that restricts the area of image where annotation can be built/transformed.")]
    [Category("VintaSoft, Annotation")]
    public: __property System.Drawing.Rectangle* get_AnnotationBoundingRect();
    public: __property void set_AnnotationBoundingRect(
    System.Drawing.Rectangle* value
    );
    [Description("Rectangle that restricts the area of image where annotation can be built/transformed.")]
    [Category("VintaSoft, Annotation")]
    public:
    property System.Drawing.Rectangle^ AnnotationBoundingRect { System.Drawing.Rectangle^ get(); void set(System.Drawing.Rectangle^ value); }

    Property Value

    System.Drawing.Rectangle.Empty means that annotation can be built/transformed only within the image.
    Remarks

    This property has effect only for rectangular and derived annotations.

    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