ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / Printer Class
Properties Methods Events

In This Topic
    Printer Class Members
    In This Topic

    The following tables list the members exposed by Printer.

    Public Properties
     NameDescription
    Public PropertyGets page settings that are used as defaults for all pages to be printed.  
    Public PropertyGets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document.  
    Public PropertyGets or sets a value indicating whether the page is printed in landscape or portrait orientation.  
    Public PropertyGets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page.  
    Public PropertyPage height in inches.  
    Public PropertyGets the type of paper.  
    Public PropertyGets or sets the paper size for the page. The size is specified in hundredths of an inch.  
    Public PropertyPage width in inches.  
    Public PropertyGets or sets the name of the printer to use.  
    Public PropertyGets a PrinterSettings that specifies where and how the document is printed.  
    Top
    Public Methods
     NameDescription
    Public MethodStarts the document's printing process.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the Print method is called and before the first page of the document prints.  
    Public EventOccurs when the last page of the document has printed.  
    Public EventOccurs when the output to print for the current page is needed.  
    Public EventOccurs immediately before each PrintPage event.  
    Top
    See Also