DocumentInfoPageCount Property |
Gets the total page count.
Namespace: GroupDocs.RedactionAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic int PageCount { get; }
Public ReadOnly Property PageCount As Integer
Get
public:
virtual property int PageCount {
int get () sealed;
}
abstract PageCount : int with get
override PageCount : int with get
Property Value
Type:
Int32Implements
IDocumentInfoPageCount
See Also