TdxPDFDocument.PageCount Property
In This Article
Returns the number of pages in the PDF document.
#Declaration
Delphi
property PageCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of pages in the loaded document. |
#Remarks
If the document container is empty, the PageCount
property returns 0
.
Note
You can use the PDF Viewer control’s Page
See Also
xref:dxPDFDocument.TdxPDFDocument.PageInfo