SlipPrinterCapabilities.IsBothSidesPrintingSupported プロパティ

定義

スリップ プリンター ステーションがドキュメントの両側での印刷をサポートするかどうかを取得します。

public:
 property bool IsBothSidesPrintingSupported { bool get(); };
bool IsBothSidesPrintingSupported();
public bool IsBothSidesPrintingSupported { get; }
var boolean = slipPrinterCapabilities.isBothSidesPrintingSupported;
Public ReadOnly Property IsBothSidesPrintingSupported As Boolean

プロパティ値

Boolean

bool

True の 場合は、スリップ プリンター ステーションは、ドキュメントの両側の印刷をサポートしています。それ以外の場合は false。

適用対象