VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfCheckBoxSymbolFieldAppearanceGenerator Class / CheckedSymbol Property
Syntax Requirements SeeAlso
In This Topic
    CheckedSymbol Property (PdfCheckBoxSymbolFieldAppearanceGenerator)
    In This Topic
    Gets or sets the symbol that is used as checked symbol.
    Syntax
    'Declaration
    
    <CategoryAttribute("Common")>
    <DescriptionAttribute("The symbol that is used as checked symbol.")>
    Public Property CheckedSymbol As System.String
    
    
    [Category("Common")]
    [Description("The symbol that is used as checked symbol.")]
    public System.String CheckedSymbol { get; set; }
    
    
    [Category("Common")]
    [Description("The symbol that is used as checked symbol.")]
    public: __property System.String get_CheckedSymbol();
    public: __property void set_CheckedSymbol(
    System.String value
    );
    [Category("Common")]
    [Description("The symbol that is used as checked symbol.")]
    public:
    property System.String CheckedSymbol { System.String get(); void set(System.String 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