| ProgressiveRenderEventArgsNeedPause Property |
Application must sets this property to true for pause now or false for continue.
Namespace: Patagames.Pdf.Net.EventArgumentsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public 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
BooleanSee Also