Skip to main content
A newer version of this page is available.
All docs
V18.2

PaperKindData Members

Obsolete. Obsolete. Use the PaperKindData class instead.

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