 | ProgressiveRenderEventArgsNeedPause Property |
Application must sets this property to true for pause now or false for continue.
Namespace:
Patagames.Pdf.Net.EventArguments
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic bool NeedPause { get; set; }
Public Property NeedPause As Boolean
Get
Set
public:
property bool NeedPause {
bool get ();
void set (bool value);
}
member NeedPause : bool with get, set
/** @property */
public boolean get_NeedPause()
/** @property */
public void set_NeedPause(boolean value)
function get_NeedPause();
function set_NeedPause(value);
Property Value
Type:
Boolean
See Also