PrintingManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the print manager for the chart.
public ref class PrintingManager : IDisposable
public class PrintingManager : IDisposable
type PrintingManager = class
interface IDisposable
Public Class PrintingManager
Implements IDisposable
- Inheritance
-
PrintingManager
- Implements
Constructors
PrintingManager(IServiceContainer) |
Initializes a new instance of the PrintingManager class. |
Properties
PrintDocument |
Gets or sets a print document for the chart. |
Methods
Dispose() |
Frees, releases, or resets managed resources. |
Dispose(Boolean) |
Releases unmanaged and, optionally, managed resources. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
PageSetup() |
Displays a Page Setup dialog. |
Print(Boolean) |
Prints the chart. |
PrintPaint(Graphics, Rectangle) |
Draws the chart on the printer graphics. |
PrintPreview() |
Provides a preview of the chart. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |