Class PaperSource
PaperSource class
تحدد درج الورق الذي يحصل منه الطابعة على الورق.
public sealed class PaperSource
Constructors
| Name | Description |
|---|
| PaperSource() | Initializes a new instance of the PaperSource class with default properties. |
| PaperSource(PaperSourceKind, string) | Initializes a new instance of the PaperSource class with the specified kind and name. |
Properties
| Name | Description |
|---|
| Kind { get; set; } | يحصل أو يحدد قيمة تشير إلى نوع مصدر الورق. |
| RawKind { get; set; } | نفس Kind، ولكن القيم الأكبر من DMBIN_USER لا تتطابق مع Custom. |
| SourceName { get; set; } | يحصل أو يحدد اسم مصدر الورق. |
Methods
| Name | Description |
|---|
| override ToString() | يوفر بعض المعلومات المثيرة للاهتمام حول PaperSource في شكل سلسلة. |
See Also