Class PTPDFViewCtrl_Locking
Inheritance
System.Object
PTPDFViewCtrl_Locking
Assembly: Tools.dll
public static class PTPDFViewCtrl_Locking : Object
Methods
Declaration
public static void DocLock(this PTPDFViewCtrl This, bool cancelThreads, Action<PTPDFViewCtrl> block)
Parameters
Declaration
public static bool DocLock(this PTPDFViewCtrl This, bool cancelThreads, Action<PTPDFDoc> block, out NSError error)
Parameters
Type |
Name |
Description |
PTPDFViewCtrl |
This |
|
System.Boolean |
cancelThreads |
|
System.Action<PTPDFDoc> |
block |
|
Foundation.NSError |
error |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static void DocLockReadWithBlock(this PTPDFViewCtrl This, Action<PTPDFViewCtrl> block)
Parameters
Declaration
public static bool DocLockReadWithBlock(this PTPDFViewCtrl This, Action<PTPDFDoc> block, out NSError error)
Parameters
Returns
Type |
Description |
System.Boolean |
|