Click or drag to resize

PdfViewerPreferencesHideWindowDressing Property

Gets or sets a value indicating whether the viewer should hide window UI controls such as scroll bars snd navigation tools when displaying the document.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public bool HideWindowDressing { get; set; }

Property Value

Type: Boolean
true if the viewer should hide window UI controls; otherwise, false. Default is false.
See Also