CharactersWithSpaces Property
In This Topic
Gets or sets an estimate of the number of characters (including spaces) in the document.
Syntax
'Declaration
Public Property CharactersWithSpaces As System.Nullable(Of Integer)
public System.Nullable<int> CharactersWithSpaces {get; set;}
See Also