public bool HideToolbar {get; set;}
'Declaration
Public Property HideToolbar As Boolean
'Usage
Dim instance As PdfDocumentOptions
Dim value As Boolean
instance.HideToolbar = value
value = instance.HideToolbar
public bool HideToolbar {get; set;}
@property (nonatomic, assign) BOOL hideToolbar
public boolean getHideToolbar()
public void setHideToolbar(boolean hideToolbar)
<br/>get_HideToolbar();<br/>set_HideToolbar(value);<br/>Object.defineProperty('HideToolbar');
public:
property bool HideToolbar {
bool get();
void set ( bool value);
}
Property Value
true if the initial view should hide the toolbar, otherwise;
false. Default value is
false.