VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfCaretAnnotation Class / SymbolName Property
Syntax Requirements SeeAlso
In This Topic
    SymbolName Property (PdfCaretAnnotation)
    In This Topic
    Gets or sets a name specifying a symbol to be associated with the caret.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute("None")>
    <DescriptionAttribute("A name specifying a symbol to be associated with the caret.")>
    Public Property SymbolName As System.String
    
    
    [Category("Appearance")]
    [DefaultValue("None")]
    [Description("A name specifying a symbol to be associated with the caret.")]
    public System.String SymbolName { get; set; }
    
    
    [Category("Appearance")]
    [DefaultValue("None")]
    [Description("A name specifying a symbol to be associated with the caret.")]
    public: __property System.String get_SymbolName();
    public: __property void set_SymbolName(
    System.String value
    );
    [Category("Appearance")]
    [DefaultValue("None")]
    [Description("A name specifying a symbol to be associated with the caret.")]
    public:
    property System.String SymbolName { System.String get(); void set(System.String value); }

    Property Value

    Default value: None.
    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