PdfWebControlHideEmbeddedFiles Property |
Gets or sets a value indicating whether the left embedded files side panel in the
PdfWebControl viewer is disabled and hidden.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool HideEmbeddedFiles { get; set; }
Public Property HideEmbeddedFiles As Boolean
Get
Set
Property Value
Type:
Booleantrue if the left embedded files sidebar is disabled and hidden; otherwise
false. The default is
false.
Remarks See Also