PaperKindData Members
Stores paper kind settings.Constructors
Name | Description |
---|---|
PaperKindData() | Initializes a new instance of the PaperKindData class with the default settings. |
Properties
Name | Description |
---|---|
EnumId | Specifies the ID of a paper kind in the System.Drawing.Printing.PaperKind enumeration. |
Height | Specifies the height of a paper kind. |
Id | Specifies the ID of a paper kind. |
IsRollPaper | Specifies whether a paper kind is supposed to be printed as a single uninterrupted page. |
Name | Specifies the name of a paper kind. |
Unit | Specifies the unit of measure of a paper kind. |
Width | Specifies the width of a paper kind. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
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() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Validate() | For internal use. |
See Also