Class DocumentSeparatorSheet

DocumentSeparatorSheet class

ドキュメントのセパレータ シートの使用法について説明します。 セパレータ シートは、以下で指定されたオプションで示されるように、出力に表示される必要があります。 https://docs.microsoft.com/en-us/windows/win32/printdocs/documentseparatorsheet

public sealed class DocumentSeparatorSheet : Feature, IDocumentPrintTicketItem, IJobPrintTicketItem

コンストラクター

名前説明
DocumentSeparatorSheet(params DocumentSeparatorSheetOption[])新しいインスタンスを作成します。

プロパティ

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

メソッド

名前説明
Add(params IFeatureItem[])この機能のアイテム リストの最後にアイテムのリストを追加します。 それぞれがFeatureOptionまたはPropertyインスタンス.

その他のメンバー

名前説明
class DocumentSeparatorSheetOptionは、DocumentSeparatorSheet機能オプション.

関連項目