Show / Hide Table of Contents

Delegate PDFNet.APIDataOfflineProc

API usage data handler for offline consumption reporting. A type of delegate that is called periodically to report API usage.

Namespace: pdftron
Assembly: PDFTronDotNet.dll
Syntax
public delegate void PDFNet.APIDataOfflineProc(string api_data_json, object user_data)
Parameters
Type Name Description
string api_data_json

A JSON string containing the API usage data.

object user_data

The custom data passed to SetAPIDataOfflineProc.

In this article
Back to top Generated by DocFX