PaperSize.RawKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an integer representing one of the PaperSize values or a custom value.
public:
property int RawKind { int get(); void set(int value); };
public int RawKind { get; set; }
member this.RawKind : int with get, set
Public Property RawKind As Integer
Property Value
An integer representing one of the PaperSize values, or a custom value.
Remarks
The following table shows the integer values of the PaperSize enumeration members. A value equal to 48 or 49 or larger than 118 indicates a custom paper size; however, the RawKind property will return the actual integer value for the size.