VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationData Class / Size Property
Syntax Requirements SeeAlso
In This Topic
    Size Property (AnnotationData)
    In This Topic
    Gets or sets the size, in device-independent pixels (1/96th inch), of the annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The size, in device-independent pixels (1/96th inch), of the annotation.")>
    Public Overridable Property Size As System.Drawing.SizeF
    
    
    [Description("The size, in device-independent pixels (1/96th inch), of the annotation.")]
    public virtual System.Drawing.SizeF Size { get; set; }
    
    
    [Description("The size, in device-independent pixels (1/96th inch), of the annotation.")]
    public: __property virtual System.Drawing.SizeF* get_Size();
    public: __property virtual void set_Size(
    System.Drawing.SizeF* value
    );
    [Description("The size, in device-independent pixels (1/96th inch), of the annotation.")]
    public:
    virtual property System.Drawing.SizeF^ Size { System.Drawing.SizeF^ get(); void set(System.Drawing.SizeF^ 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