ViewerPreferencesHideToolbar Property
A flag specifying whether to hide the viewer application’s tool
bars when the document is active when displaying the PDF document generated by the converter. Default value: False.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool HideToolbar { get; set; }
Public Property HideToolbar As Boolean
Get
Set
public:
property bool HideToolbar {
bool get ();
void set (bool value);
}
member HideToolbar : bool with get, set
Property Value
Boolean