PaperSource.RawKind Property

Definition

Gets or sets the integer representing one of the PaperSourceKind 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

The integer value representing one of the PaperSourceKind values or a custom value.

Remarks

The following table shows integer value for each PaperSourceKind member. Anything larger than 256 maps to Custom in the PaperSourceKind enumeration, but the RawKind property returns the actual integer value.

Integer value PaperSourceKind member
1 Upper
2 Lower
3 Middle
4 Manual
5 Envelope
6 ManualFeed
7 AutomaticFeed
8 TractorFeed
9 SmallFormat
10 LargeFormat
11 LargeCapacity
14 Cassette
15 FormSource
256 or larger Custom

Applies to