BuiltInDocumentPropertyCollectionPages Property |
Represents an estimate of the number of pages in the document.
Namespace:
Aspose.Cells.Properties
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int Pages { get; set; }
Public Property Pages As Integer
Get
Set
public:
property int Pages {
int get ();
void set (int value);
}
member Pages : int with get, set
Property Value
Type:
Int32
See Also