Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / WordLayoutSettings Class / CommentMode Property

In This Topic
    CommentMode Property
    In This Topic
    Gets or sets a value specifying how to handle comments during layout of a GrapeCity.Documents.Word.GcWordDocument.

    Default value is WordCommentMode.Full

    .
    Syntax
    'Declaration
     
    Public Property CommentMode As WordCommentMode
    public WordCommentMode CommentMode {get; set;}
    See Also