Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Method and Description |
---|---|
PageInfo |
Page.getPageInfo()
Gets the page info.(for generator only)
|
PageInfo |
HtmlLoadOptions.getPageInfo()
Gets document page info
|
PageInfo |
Document.getPageInfo()
Gets the page info.(for generator only)
|
PageInfo |
IDocument.getPageInfo()
Gets the page info.(for generator only)
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setPageInfo(PageInfo value)
Sets the page info.(for generator only)
|
void |
HtmlLoadOptions.setPageInfo(PageInfo value)
Sets document page info
|
void |
Document.setPageInfo(PageInfo value)
Sets the page info.(for generator only)
|
void |
IDocument.setPageInfo(PageInfo value)
Sets the page info.(for generator only)
|
Copyright © 2020 Aspose. All Rights Reserved.