Click or drag to resize

PdfWebControlLiteHideComments Property

Gets or sets a value indicating whether the left comments side panel in the PdfWebControl viewer is disabled and hidden.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
public bool HideComments { get; set; }

Property Value

Type: Boolean
true if the left comments side panel is disabled and hidden; otherwise false. The default is false.
Remarks

If HideBookmarks, HideComments, HideEmbeddedFiles, and HideThumbnails are all set to true, CollapseTools will also be in effect in the viewer

This property does not hide any annotations in the PdfWebControl viewer; it only hides the comments side panel.

See Also