Footnote
SymbolCode Property
|
Gets or sets the marker symbol code.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public byte SymbolCode { get; set; }
Public Property SymbolCode As Byte
Get
Set
public:
property unsigned char SymbolCode {
unsigned char get ();
void set (unsigned char value);
}
member SymbolCode : byte with get, set
Property Value
Type:
Byte
The symbol code.
See Also