The PrintHelper type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(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.)
MergePageToPrinterSettings
This method fixes a bug in .NET 1.0/1.1 (not sure about 2.0) method PageSettings.CopyToHdevmode: it copies PaperSize.Height/Width (which are in 1/100 of an inch) to devmode's dmPaperLength/Width (which are in 1/10 mm) "as is", w/out converting the values. This *sometimes* results in printout being cut off at width/height times 2.54.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also