PaperSource.RawKind Propriedade
Definição
Obtém ou define o inteiro que representa um dos valores PaperSourceKind ou um valor personalizado.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
Valor da propriedade
O valor inteiro que representa um dos valores PaperSourceKind ou um valor personalizado.The integer value representing one of the PaperSourceKind values or a custom value.
Comentários
A tabela a seguir mostra o valor inteiro para cada PaperSourceKind membro.The following table shows integer value for each PaperSourceKind member. Qualquer coisa maior que 256 é mapeada para Custom na PaperSourceKind enumeração, mas a RawKind propriedade retorna o valor inteiro real.Anything larger than 256 maps to Custom in the PaperSourceKind enumeration, but the RawKind property returns the actual integer value.
| Valor inteiroInteger value | Membro PaperSourceKindPaperSourceKind member |
|---|---|
| 11 | Upper |
| 22 | Lower |
| 33 | Middle |
| 44 | Manual |
| 55 | Envelope |
| 66 | ManualFeed |
| 77 | AutomaticFeed |
| 88 | TractorFeed |
| 99 | SmallFormat |
| 1010 | LargeFormat |
| 1111 | LargeCapacity |
| 1414 | Cassette |
| 1515 | FormSource |
| 256 ou maior256 or larger | Custom |