VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / TextAnnotationData Class / CanResize Property
Syntax Requirements SeeAlso
In This Topic
    CanResize Property (TextAnnotationData)
    In This Topic
    Gets or sets a value indicating whether the size of annotation can be changed.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the size of annotation can be changed.")>
    <DefaultValueAttribute(True)>
    Public Overrides Property CanResize As Boolean
    
    
    [Description("A value indicating whether the size of annotation can be changed.")]
    [DefaultValue(True)]
    public override bool CanResize { get; set; }
    
    
    [Description("A value indicating whether the size of annotation can be changed.")]
    [DefaultValue(True)]
    public: __property bool get_CanResize(); override;
    public: __property void set_CanResize(
    bool value
    ); override;
    [Description("A value indicating whether the size of annotation can be changed.")]
    [DefaultValue(True)]
    public:
    property bool CanResize { bool get() override;; void set(bool value) override;; }
    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