次の方法で共有


Options.PrintBackgrounds プロパティ

定義

ブール値 ドキュメントを印刷するときの背景色とイメージが印刷されるかどうかを表す値を返します。 True は、背景色とイメージが印刷されることを示します。 False の場合、背景色とイメージは印刷されません。

public:
 property bool PrintBackgrounds { bool get(); void set(bool value); };
public bool PrintBackgrounds { get; set; }
member this.PrintBackgrounds : bool with get, set
Public Property PrintBackgrounds As Boolean

プロパティ値

適用対象