PrintTicket.PageBorderless プロパティ

定義

デバイスがコンテンツをメディアの端まで印刷するか、または端に余白を残しておくかを示す値を取得または設定します。

public:
 property Nullable<System::Printing::PageBorderless> PageBorderless { Nullable<System::Printing::PageBorderless> get(); void set(Nullable<System::Printing::PageBorderless> value); };
public System.Printing.PageBorderless? PageBorderless { get; set; }
member this.PageBorderless : Nullable<System.Printing.PageBorderless> with get, set
Public Property PageBorderless As Nullable(Of PageBorderless)

プロパティ値

プリンターがボーダーレス印刷を使用するかどうかを指定する PageBorderless 値。

例外

呼び出し元のコードが、プロパティを PageBorderless 列挙体に含まれていない値に設定しようとしました。

注釈

このプロパティの値は null 、この機能設定が指定されていないことを意味します。 また、値が の場合、 null(および GetXmlStreamを参照) SaveToPrintTicket XML バージョンには、この機能のマークアップは含まれません。

このプロパティは、 印刷スキーマPageBorderless キーワードに対応します。

プロパティを使用して、プリンターがサポートするオプションを PageBorderlessCapability テストできます。

適用対象