PageResolution Class
Defines the page resolution of printed output as either a qualitative value or as dots per inch, or both.
Assembly: ReachFramework (in ReachFramework.dll)
| Name | Description | |
|---|---|---|
![]() | PageResolution(Int32, Int32) | Initiates a new instance of the PageResolution class that has the specified vertical and horizontal dots per inch. |
![]() | PageResolution(Int32, Int32, PageQualitativeResolution) | Initiates a new instance of the PageResolution class that has the specified PageQualitativeResolution and the specified vertical and horizontal dots per inch. |
![]() | PageResolution(PageQualitativeResolution) | Initiates a new instance of the PageResolution class that has the specified PageQualitativeResolution. |
| Name | Description | |
|---|---|---|
![]() | QualitativeResolution | Gets the qualitative expression, if any, of the page resolution. |
![]() | X | Gets the dots-per-inch measure of the horizontal page resolution. |
![]() | Y | Gets the dots-per-inch measure of the vertical page resolution. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns the page resolution as a String. (Overrides Object.ToString().) |
Caution |
|---|
Classes within the System.Printing namespace are not supported for use within a Windows service or ASP.NET application or service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions. |
If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


