NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PageSettings Members

Public:

Constructor

PageSettings Constructor Overloaded. [To be supplied.]

Properties

Bounds Gets the bounds of the page, taking into account the Landscape property.
Color Gets or sets a value indicating whether the page is printed in color.
Landscape Gets or sets a value indicating whether the page should be printed in landscape or portrait orientation.
Margins Gets or sets a value indicating the margins for this page.
PaperSize Gets or sets a value indicating the paper size.
PaperSource Gets or sets a value indicating the paper source (i.e. upper bin).
PrinterResolution Gets or sets a value indicating the printer resolution for the page.
PrinterSettings Gets or sets the associated PrinterSettings, which is used to find default values for unset properties.

Methods

Clone Copies the settings and margins.
CopyToHDEVMODE Copies the relevant information out of the PageSettings and into the handle.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
SetHDEVMODE Copies the relevant information out of the handle and into the PageSettings.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

PageSettings Class | System.Drawing.Printing Namespace