次の方法で共有


Options.PrintHiddenText プロパティ

定義

True の 場合は非表示のテキストが印刷されます。

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

プロパティ値

注釈

PrintHiddenText プロパティを False に設定すると、プロパティが PrintComments False に自動的に設定されます。 ただし、PrintHiddenText プロパティを True に設定しても、PrintComments プロパティの設定には影響しません。

適用対象