Public Properties

  Name Description
Public property Container Gets the IContainer that contains the Component. (inherited from Component)
Public property DefaultPageSettings Gets or sets page settings that are used as defaults for all pages to be printed. (inherited from PrintDocument)
Public property DocumentName Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document. (inherited from PrintDocument)
Public property LevelColor Color used for marking levels
Public property OriginAtMargins Gets 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. (inherited from PrintDocument)
Public property PrintController Gets or sets the print controller that guides the printing process. (inherited from PrintDocument)
Public property PrinterSettings Gets or sets the printer that prints the document. (inherited from PrintDocument)
Public property Site Gets or sets the ISite of the Component. (inherited from Component)
Top

Protected Properties

  Name Description
Family property CanRaiseEvents Gets a value indicating whether the component can raise an event. (inherited from Component)
Family property DesignMode Gets a value that indicates whether the Component is currently in design mode. (inherited from Component)
Family property Events Gets the list of event handlers that are attached to this Component. (inherited from Component)
Top

See Also