PageMediaSize Class
Describes the page size for paper or other media.
Assembly: ReachFramework (in ReachFramework.dll)
| Name | Description | |
|---|---|---|
![]() | PageMediaSize(Double, Double) | Initializes a new instance of the PageMediaSize class by using the width and height. |
![]() | PageMediaSize(PageMediaSizeName) | Initializes a new instance of the PageMediaSize class by using the specified PageMediaSizeName. |
![]() | PageMediaSize(PageMediaSizeName, Double, Double) | Initializes a new instance of the PageMediaSize class by using the specified PageMediaSizeName and the width and height. |
| Name | Description | |
|---|---|---|
![]() | Height | Gets the page height. |
![]() | PageMediaSizeName | Gets the name of the page size for paper or other media. |
![]() | Width | Gets the page width. |
| 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() | Displays the page size for paper or other media.(Overrides Object::ToString().) |
For a class that includes the same information about the media size as PageMediaSize and also includes information about the imageable area of the page, see PrintDocumentImageableArea.
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.


