Class Property

Property class

共通の PrintTicket を実装するクラス . すべてのスキーマ定義プロパティの基本クラス。 A要素は、名前が name 属性によって与えられるデバイス、ジョブのフォーマット、またはその他の関連する property を宣言します。あValue要素は、 に値を割り当てるために使用されます. A複雑で、複数のサブプロパティを含む可能性があります。 サブプロパティは、 elements. https://docs.microsoft.com/en-us/windows/win32/printdocs/property

Property
Property
Property
Property
Property
public class Property : CompositePrintTicketElement, IFeatureItem, IOptionItem, IPrintTicketItem, 
    IPropertyItem, IScoredPropertyItem

コンストラクター

名前説明
Property(string, Property, params IPropertyItem[])新しいインスタンスを作成します。
Property(string, Value, params IPropertyItem[])新しいインスタンスを作成します。

プロパティ

名前説明
Name { get; }要素名を取得します。

関連項目