PdfDocumentViewerHideWindowUI Property
Controls if the viewer navigation controls are hidden when the generated PDF document is displayed.
This property is false by default
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public bool HideWindowUI { get; set; }
Public Property HideWindowUI As Boolean
Get
Set
public:
property bool HideWindowUI {
bool get ();
void set (bool value);
}
member HideWindowUI : bool with get, set
Property Value
Boolean