[]
Represents a print settings class.
public class PrintManager
Public Class PrintManager
Name | Description |
---|---|
PrintManager() |
Name | Description |
---|---|
AppendPage(GcPdfDocument, PageInfo, PdfSaveOptions) | Append the page info to the specified pdf document. |
Draw(Page, IList<PageInfo>, int, int, Order, PdfSaveOptions) | Draw the pages in the page collection on a page in a certain direction. |
Draw(Page, PointF, IRange, PdfSaveOptions) | Draw the range data to the specific location in a specified pdf page. |
Draw(Page, RectangleF, IRange, PdfSaveOptions) | Draw the range data to the specific location in a specified pdf page. |
Draw(Page, RectangleF, PageContentInfo, PdfSaveOptions) | Draw the page info to the specific location in a specified pdf page. |
Draw(Page, RectangleF, PageInfo, PdfSaveOptions) | Draw the page info to the specific location in a specified pdf page. |
GeneratePageContentInfo(IRange, SizeF, int, int, bool, bool) | Returns a PageContentInfo object. |
GetPaginationInfo(IWorksheet, PaginationOrientation) | 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. |
GetPaginationInfo(IWorksheet, PaginationOrientation, IList<IRange>, IList<RepeatSetting>) | 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(IWorksheet) | Returns the ranges of the worksheet to be printed. |
GetShrinkToFitFontSize(IRange, PdfSaveOptions) | Gets the best shrink-to-fit font size of the upper-left cell. |
GetSize(IRange) | Returns the print size of the range. |
GetSize(PageContentInfo) | Returns the size of the PageContentInfo. |
HasPrintContent(IRange) | Returns whether there has content to print. |
Paginate(IRange) | Generate pagination information for the range. |
Paginate(IWorkbook) | Generate pagination informations for all worksheets in the workbook. |
Paginate(IWorksheet) | Generate pagination information for the worksheet. |
Paginate(IWorksheet, IList<IRange>, IList<RepeatSetting>) | Generate pagination information for the worksheet. |
Paginate(IEnumerable<IWorkbook>) | Generate pagination informations for all worksheets in all workbooks. |
SavePDF(Stream, params Workbook[]) | Saves the datas from different workbooks to the specified pdf file stream. |
SavePDF(Stream, IEnumerable<Workbook>, PdfSaveOptions) | Saves the datas from different workbooks to the specified pdf file stream. |
SavePDF(Stream, IList<PageInfo>, PdfSaveOptions) | Saves the page datas to the specified pdf file stream. |
SavePDF(string, params Workbook[]) | Saves the datas from different workbooks to the specified pdf file. |
SavePDF(string, IEnumerable<Workbook>, PdfSaveOptions) | Saves the datas from different workbooks to the specified pdf file. |
SavePDF(string, IList<PageInfo>, PdfSaveOptions) | Saves the page datas to the specified pdf file. |
UpdatePageNumberAndPageSettings(IList<PageInfo>) | 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. |
UpdatePageNumberAndPageSettings(IList<PageInfo>, int, int) | 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. |