public class DocumentInfo extends Object
Represents an information about document.
Constructor and Description |
---|
DocumentInfo(int numberOfPages,
List<PageInfo> pagesData)
Initializes a new instance of the DocumentInfo class.
|
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfPages()
Gets and Sets the number of pages
|
List<PageInfo> |
getPagesData()
Gets and Sets information about all document's pages.
|
Copyright © 2019. All rights reserved.