WordProcessingContentPageCount Property |
Gets the number of pages in the document.
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic int PageCount { get; }
Public ReadOnly Property PageCount As Integer
Get
public:
property int PageCount {
int get ();
}
member PageCount : int with get
Property Value
Type:
Int32The number of pages in the document.
See Also