Controls if the local web storage is enabled. This property is false by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool LocalStorageEnabled { get; set; }
Public Property LocalStorageEnabled As Boolean
Get
Set
public:
property bool LocalStorageEnabled {
bool get ();
void set (bool value);
}
member LocalStorageEnabled : bool with get, set
Property Value
Type:
Boolean
Reference