PdfViewerHideWindowUI Property
Controls if the viewer navigation controls are hidden when the PDF document is displayed.
This property is false by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.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