VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / StampAnnotationData Class / TextProperties Property
Syntax Requirements SeeAlso
In This Topic
    TextProperties Property (StampAnnotationData)
    In This Topic
    Gets or sets the text properties.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The text properties")>
    Public Overrides Property TextProperties As AnnotationTextProperties
    
    
    [Description("The text properties")]
    public override AnnotationTextProperties TextProperties { get; set; }
    
    
    [Description("The text properties")]
    public: __property AnnotationTextProperties* get_TextProperties(); override;
    public: __property void set_TextProperties(
    AnnotationTextProperties* value
    ); override;
    [Description("The text properties")]
    public:
    property AnnotationTextProperties^ TextProperties { AnnotationTextProperties^ get() override;; void set(AnnotationTextProperties^ value) override;; }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also