Show / Hide Table of Contents

Delegate PDFNet.ConnectionErrorProc

Namespace: pdftron
Assembly: PDFTronDotNet.dll
Syntax
public delegate void ConnectionErrorProc(string message, int error_code, bool switch_to_demo, object user_data);
Parameters
Type Name Description
System.String message
System.Int32 error_code
System.Boolean switch_to_demo
System.Object user_data
  • Improve this Doc
  • View Source
Back to top Generated by DocFX