次の方法で共有


Options.PrintComments プロパティ

定義

True と、印刷、コメント、ドキュメントの末尾に新しいページを開始します。

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

プロパティ値

注釈

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

適用対象