PaperSize Structure Members
In This Topic
The following tables list the members exposed by PaperSize.
Public Constructors
Public Properties
| Name | Description |
| IsEmpty | Gets true is size represents empty size (not set) |
| Name | Gets the nameof paper format. |
| Size | Gets the size. |
| Units | Gets the units of paper size. |
Top
Public Methods
| Name | Description |
| CompareTo | Returns negative value is any of dimensions of current size is less than the same dimension of another instance |
| Equals | Overloaded. Determines whether the specified object is considered equal to the current instance of the PaperSize . |
| GetHashCode | Serves as a hash function for PaperSize. |
| GetSizeIn | Gets paper size in inches |
| ToString | Returns a string that represents the current instance of PaperSize. |
Top
See Also