 | IFSDK_PAUSE Constructor |
Initialize a new instance of the
IFSDK_PAUSE class using callback function and user data
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic IFSDK_PAUSE(
byte[] userdata = null
)
Public Sub New (
Optional userdata As Byte() = Nothing
)
public:
IFSDK_PAUSE(
array<unsigned char>^ userdata = nullptr
)
new :
?userdata : byte[]
(* Defaults:
let _userdata = defaultArg userdata null
*)
-> IFSDK_PAUSE
public IFSDK_PAUSE(
byte[] userdata = null
)
Patagames.Pdf.IFSDK_PAUSE = function(userdata);
Parameters
- userdata Byte (Optional)
- user data passed to interface
See Also