ActiveReports.Viewer3 Request technical support
Printer Class Members
See Also  Properties  Methods  Events


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 PropertyLandscapeGets or sets a value indicating whether the page is printed in landscape or portrait orientation.  
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 PropertyPrintController (Inherited from System.Drawing.Printing.PrintDocument)
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 EventBeginPrintOccurs when the Print method is called and before the first page of the document prints. (Inherited from System.Drawing.Printing.PrintDocument)
Public EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Public EventEndPrintOccurs when the last page of the document has printed. (Inherited from System.Drawing.Printing.PrintDocument)
Public EventPrintPageOccurs when the output to print for the current page is needed. (Inherited from System.Drawing.Printing.PrintDocument)
Public EventQueryPageSettingsOccurs immediately before each PrintPage event. (Inherited from System.Drawing.Printing.PrintDocument)
Top

See Also