Gets or sets an array of integers that contain the pages numbers found in the file.
public int[] Pages {get; set;}
Public Property Pages As Integer()
public int[] Pages {get; set;}
@property (nonatomic) NSArray* pages;
public int[] getPages()
public void setPages(int[] value)
get_Pages();
set_Pages(value);
Object.defineProperty('Pages');
An array of integers that contain the pages numbers found in the file.
If the file contains valid LEADTOOLS Annotations, the value of Pages will be an array of integers which contain the number of each page found in the file where each page is an Annotations Container.
To get the number of pages (and their values) in the file, use the following code:
// Get the number of pages
int pageCount = info.Pages.Count;
// Get the page numbers
for (int i = 0; i < pageCount; i++) {
int pageNumber = info.Pages[i];
}
// Get the number of pages
var pageCount = info.get_pages().length;
// Get the page numbers
for (var i = 0; i < pageCount; i++) {
var pageNumber = info.get_pages()[i];
}
For an example, refer to GetInfo, GetInfoFromString or GetInfoAsync
Products |
Support |
Feedback: Pages Property - Leadtools.Annotations.Core |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.