Class PdfRuntime
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
UnSupportInfoThe handler info struct with a function pointer.