Table of Contents

Class PdfRuntime

Namespace
nebulae.dotPDFium
Assembly
dotPDFium.dll
public static class PdfRuntime
Inheritance
PdfRuntime
Inherited Members

Methods

SetUnsupportedObjectHandler(UnSupportInfo)

Registers a handler for unsupported PDF objects such as Type3 fonts, XFA, or advanced features. This must be set before opening documents.

public static void SetUnsupportedObjectHandler(UnSupportInfo info)

Parameters

info UnSupportInfo

The handler info struct with a function pointer.