IPageInfo
Leave feedback
On this page
public interface IPageInfo
Interface for the page description properties.
| Method | Description |
|---|---|
| getDocument() | Gets the document info. |
| setDocument(DocumentInfo value) | Gets the document info. |
| getNumber() | Gets the page number. |
| getVisible() | Indicates whether page is visibile or not. |
| getWidth() | Gets page width in pixels when converted to image. |
| getHeight() | Gets page height in pixels when converted to image. |
public abstract DocumentInfo getDocument()
Gets the document info.
Returns: DocumentInfo
public abstract void setDocument(DocumentInfo value)
Gets the document info.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | DocumentInfo |
public abstract int getNumber()
Gets the page number.
Returns: int
public abstract boolean getVisible()
Indicates whether page is visibile or not.
Returns: boolean
public abstract int getWidth()
Gets page width in pixels when converted to image.
Returns: int
public abstract int getHeight()
Gets page height in pixels when converted to image.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.