VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationFont Class / Size Property
Syntax Requirements SeeAlso
In This Topic
    Size Property (AnnotationFont)
    In This Topic
    Gets or sets the em-size of the AnnotationFont measured in the units specified by the Unit property.
    Syntax
    'Declaration
    
    Public Property Size As Single
    
    
    public float Size { get; set; }
    
    
    public: __property float get_Size();
    public: __property void set_Size(
    float value
    );
    public:
    property float Size { float get(); void set(float 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