Link Search Menu Expand Document

IJSONExtractorGetJSONAsVariant Method

OverloadĀ List
NameDescription
Public methodGetJSONAsVariant
Returns extracted JSON data as array of bytes. This is COM/ActiveX-compatible version of the method SaveJSONToStream(Stream) for in-memory processing of PDF documents or images.
Public methodGetJSONAsVariant(String)
Returns extracted JSON data as array of bytes. This is COM/ActiveX-compatible version of the method SaveJSONToStream(String, Stream) for in-memory processing of PDF documents or images.
Public methodGetJSONAsVariant(Int32, Int32)
Returns extracted JSON data as array of bytes. This is COM/ActiveX-compatible version of the method SaveJSONToStream(Int32, Int32, Stream) for in-memory processing of PDF documents or images.
Top
See Also

Reference