public class PrinterWriter : IDisposable
Public Class PrinterWriter
Implements IDisposable
type PrinterWriter =
class
interface IDisposable
end
PrinterWriter | Initializes a new instance of the PrinterWriter class. |
AutoNewPage | |
CancelPrinting | Gets or sets the value determining if the printing job is canceled |
Copies | Gets or sets the value determining the PrinterWriter's copies |
DefaultPageSettings | Gets or sets the value determining The default page settings |
DefaultPrinterName | |
DefaultPrinterSettings | Gets or sets the value determining The default printer settings |
FileName | |
HeightFromStartOfPage | Return the height in pixels from the start of the current page |
HeightUntilEndOfPage | Returns the height in pixels until the end of the current page |
HeightUntillEndOfPage | Obsolete. |
Landscape | Gets or sets the value determining whether the pages are printed in landscape or portrait orientation. |
Name | Gets or sets the PrinterWriter's name |
NewPageOnNextWrite | |
Page | Gets the number of the current page being printed |
PageEnded | |
PageFooter | Gets or sets the value determining the ReportSection to be used as this PrinterWriter's page footer |
PageHeader | Gets or sets the value determining the ReportSection to be used as this PrinterWriter's page header |
PageHeight | Gets the total height in pixel of the current page |
PaperKind | Gets or sets the value determining the PrinterWriter's paper kind |
PrintDialog | Gets or sets the value determining if a PrintPreviewDialog will appear, and will allow the user to choose what printer to write to. |
PrinterName | |
PrintPreview | Gets or sets the value determining if the print result will be displayed in a PrintPreviewDialog |
AboutToPrint | |
CreatePrintJob | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
EndCurrentPage | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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) |
NewPage | Starts a new page |
Open | |
ShowPrintDialog | |
ShowPrintDialogCore | |
ToString | Returns a string that represents the current object. (Inherited from Object) |