VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Office Namespace / OfficeAnnotationData Class / ContentScale Property
Syntax Requirements SeeAlso
In This Topic
    ContentScale Property (OfficeAnnotationData)
    In This Topic
    Gets or sets the scale of the document content.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The scale of the document content.")>
    <DefaultValueAttribute(1)>
    Public Property ContentScale As Single
    
    
    [Description("The scale of the document content.")]
    [DefaultValue(1)]
    public float ContentScale { get; set; }
    
    
    [Description("The scale of the document content.")]
    [DefaultValue(1)]
    public: __property float get_ContentScale();
    public: __property void set_ContentScale(
    float value
    );
    [Description("The scale of the document content.")]
    [DefaultValue(1)]
    public:
    property float ContentScale { 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