ActiveReports 8
Printer Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace : Printer Class

Glossary Item Box

The following tables list the members exposed by Printer.

Public Constructors

 NameDescription
Public ConstructorPrinter ConstructorInitializes a new instance of the Printer class.   
Top

Public Properties

 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDefaultPageSettings (Inherited from System.Drawing.Printing.PrintDocument)
Public PropertyDocumentName (Inherited from System.Drawing.Printing.PrintDocument)
Public PropertyLandscapeSpecifies whether to print the page in landscape mode or portrait mode.  
Public PropertyOriginAtMargins (Inherited from System.Drawing.Printing.PrintDocument)
Public PropertyPaperHeightGets the height of the paper, in inches.   
Public PropertyPaperKindGets or sets the kind of paper to be used to print the report.   
Public PropertyPaperSizeSets or returns the custom paper size object to be used to print the report.  
Public PropertyPaperSizesGets the paper sizes that are supported by this printer.   
Public PropertyPaperWidthGets the width of the paper, in inches.  
Public PropertyPrintControllerGets or sets the print controller that guides the printing process.   
Public PropertyPrinterNameGets or sets the name of the printer to use.   
Public PropertyPrinterSettings (Inherited from System.Drawing.Printing.PrintDocument)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyVisibleBoundsGets the printable area of the page for the printer.   
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodPrintStarts the document's printing process. (Inherited from System.Drawing.Printing.PrintDocument)
Public MethodReinitializeReinitializes an instance of the Printer class.   
Public MethodToString (Inherited from System.Drawing.Printing.PrintDocument)
Top

Public Events

 NameDescription
Public EventBeginPrint (Inherited from System.Drawing.Printing.PrintDocument)
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventEndPrint (Inherited from System.Drawing.Printing.PrintDocument)
Public EventPrintPage (Inherited from System.Drawing.Printing.PrintDocument)
Public EventQueryPageSettings (Inherited from System.Drawing.Printing.PrintDocument)
Top

See Also