PdfCharacterCode.Value Property

Gets the value of this character code.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public long Value { get; }
VB
Public ReadOnly Property Value As Long
	Get

Property Value

Type: Int64
The value of this character code.

See Also