| 
Symbol
CharacterCode Property
  | 
 Returns or sets symbol's character code.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public byte CharacterCode { get; set; }
 
Public Property CharacterCode As Byte
	Get
	Set
 
public:
property unsigned char CharacterCode {
	unsigned char get ();
	void set (unsigned char value);
}
 
member CharacterCode : byte with get, set
 
 
 
Property Value
 
 Type:
 
Byte
 
 
 See Also
See Also