PreviewPageInfo Class
Specifies print preview information for a single page. This class cannot be inherited.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | PreviewPageInfo(Image^, Size) | Initializes a new instance of the PreviewPageInfo class. |
| Name | Description | |
|---|---|---|
![]() | Image | Gets the image of the printed page. |
![]() | PhysicalSize | Gets the size of the printed page, in hundredths of an inch. |
| 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 a string that represents the current object.(Inherited from Object.) |
This class is used extensively by the PreviewPrintController class.
For more information on printing, see the System.Drawing.Printing namespace overview.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

