Show / Hide Table of Contents

Namespace pdftron

Classes

PDFNet

PDFNet contains global library initialization, registration, configuration, and termination methods.

there is only a single, static instance of PDFNet class. Initialization and termination methods need to be called only once per application session.

Enums

PDFNet.CharacterOrdering

character ordering

PDFNet.CMSType

color management system types

PDFNet.ConnectionErrorHandlingMode

Delegates

PDFNet.ConnectionErrorProcDelegate

Error handler for PWS server connection. A type of callback function (or a delegate in .NET terminology) that is called in case an error is encountered when connection fails. The default for this method is e_continue

Back to top Generated by DocFX