| PdfTextObjectCharsCount Property |
Gets the number of characters from a text object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public int CharsCount { get; }
Public ReadOnly Property CharsCount As Integer
Get
public:
property int CharsCount {
int get ();
}
member CharsCount : int with get
/** @property */
public int get_CharsCount()
function get_CharsCount();
Property Value
Int32See Also