Name | Description | |
---|---|---|
PrintManager Constructor |
The following tables list the members exposed by PrintManager.
Name | Description | |
---|---|---|
PrintManager Constructor |
Name | Description | |
---|---|---|
AppendPage | Append the page info to the specified pdf document. | |
Draw | Overloaded. Draw the pages in the page collection on a page in a certain direction. | |
GeneratePageContentInfo | Returns a PageContentInfo object. | |
GetPaginationInfo | Overloaded. Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging. The Pagination is based on the settings in the PageSetup of the current worksheet. | |
GetPrintAreas | Returns the ranges of the worksheet to be printed. | |
GetShrinkToFitFontSize | Gets the best shrink-to-fit font size of the upper-left cell. | |
GetSize | Overloaded. Returns the size of the PageContentInfo. | |
HasPrintContent | Returns whether there has content to print. | |
Paginate | Overloaded. Generate pagination informations for all worksheets in all workbooks. | |
SavePDF | Overloaded. Saves the datas from different workbooks to the specified pdf file stream. | |
UpdatePageNumberAndPageSettings | Overloaded. Update the page number, page count and page settings of each page. When the page collection changes (add, delete, move), you need to call this method to update the pages information. |