Gets document characters count(including spaces)

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int CharCountWithSpace { get; }
Public ReadOnly Property CharCountWithSpace As Integer
	Get
public:
property int CharCountWithSpace {
	int get ();
}
member CharCountWithSpace : int with get

Property Value

Int32

See Also