RemoveComments

BaseViewOptions.RemoveComments property

Disables rendering comments when set to true. By default is false — all comments are displayed.

public bool RemoveComments { get; set; }

Remarks

Some document formats like PDF and WordProcessing may contain comments. By default the GroupDocs.Viewer renders them. With this option set to true the comments may be excluded from the resultant document.

This option replaces the obsolete ‘RenderComments’ property.

See Also