Delegate PDFNet.ConnectionErrorProcNative
Namespace: pdftron
Assembly: PDFTronDotNet.dll
Syntax
public delegate void ConnectionErrorProcNative(string message, int error_code, bool switch_to_demo, IntPtr user_data);
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Int32 | error_code | |
System.Boolean | switch_to_demo | |
System.IntPtr | user_data |