Class PaperSource

PaperSource class

تحدد درج الورق الذي يحصل منه الطابعة على الورق.

public sealed class PaperSource

Constructors

NameDescription
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

NameDescription
Kind { get; set; }يحصل أو يحدد قيمة تشير إلى نوع مصدر الورق.
RawKind { get; set; }نفس Kind، ولكن القيم الأكبر من DMBIN_USER لا تتطابق مع Custom.
SourceName { get; set; }يحصل أو يحدد اسم مصدر الورق.

Methods

NameDescription
override ToString()يوفر بعض المعلومات المثيرة للاهتمام حول PaperSource في شكل سلسلة.

See Also