public interface IPageInfo
Interface for the page description properties.
| Modifier and Type | Method and Description |
|---|---|
DocumentInfo |
getDocument()
Gets the document info.
|
int |
getHeight()
Gets page height in pixels when converted to image.
|
int |
getNumber()
Gets the page number.
|
boolean |
getVisible()
Indicates whether page is visibile or not.
|
int |
getWidth()
Gets page width in pixels when converted to image.
|
void |
setDocument(DocumentInfo value)
Gets the document info.
|
DocumentInfo getDocument()
Gets the document info.
int getHeight()
Gets page height in pixels when converted to image.
int getNumber()
Gets the page number.
boolean getVisible()
Indicates whether page is visibile or not.
int getWidth()
Gets page width in pixels when converted to image.
void setDocument(DocumentInfo value)
Gets the document info.
Copyright © 2024. All rights reserved.