Gets the number of this PDF page.
public int PageNumber { get; }
Public ReadOnly Property PageNumber As Integer
public int getPageNumber()
public:
property int PageNumber {
int get();
}
A System.Int32 that specifies the number of this page. The default value is 0.
Each item in the Pages collection corresponds to a page in the PDF file. So the item at index 0 contains the properties of page 1, the item at index 1 contains the properties of page 2 and so on. Even though the PDFDocumentPage structure contains the PageNumber property that specifies the number of the page, this information is for convenience only, the PDFDocument constructor will always populate the collection in the correct order from the first page to the last page.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document