Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class
Methods

In This Topic
    PrintManager Class Members
    In This Topic

    The following tables list the members exposed by PrintManager.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public Method Append the page info to the specified pdf document.  
    Public MethodOverloaded.  Draw the pages in the page collection on a page in a certain direction.  
    Public Method Returns a PageContentInfo object.  
    Public MethodOverloaded.  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.  
    Public Method Returns the ranges of the worksheet to be printed.  
    Public Method Gets the best shrink-to-fit font size of the upper-left cell.  
    Public MethodOverloaded.  Returns the size of the PageContentInfo.  
    Public Method Returns whether there has content to print.  
    Public MethodOverloaded.  Generate pagination informations for all worksheets in all workbooks.  
    Public MethodOverloaded.  Saves the datas from different workbooks to the specified pdf file stream.  
    Public MethodOverloaded.  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.  
    Top
    See Also