TotalPages Property
Summary
Gets the total number of pages in the file.
Syntax
[DataMemberAttribute(Name="TotalPages", IsRequired=true)]
public int TotalPages { get; }
Public ReadOnly Property TotalPages As Integer
public:
property int TotalPages {
int get();
}
Property Value
The total number of pages in the file.