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

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