Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / Characters Property

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