Link Search Menu Expand Document

Helpers Methods

The Helpers type exposes the following members.

Methods
NameDescription
Public methodStatic memberAutodetectFieldExpression(Stream, Int32, RectangleF, String, String, String, String)
Try to detect common expression to extract field content.
Public methodStatic memberAutodetectFieldExpression(String, Int32, RectangleF, String, String, String, String)
Try to detect common expression to extract field content.
Public methodStatic memberAutodetectStandardFields(Stream, String, String, String, String)
Try to detect some standard fields such as Invoice Number, Invoice Date, Total, etc.
Public methodStatic memberAutodetectStandardFields(String, String, String, String, String)
Try to detect some standard fields such as Invoice Number, Invoice Date, Total, etc.
Public methodStatic memberEscapeString
Public methodStatic memberGetGlobalMacros
Public methodStatic memberGetPageStructure(Stream, Int32, String, String, String)
Returns grid structure of document page.
Public methodStatic memberGetPageStructure(String, Int32, String, String, String)
Returns grid structure of document page.
Public methodStatic memberSerializeToJSON
Serializes object to JSON string.
Public methodStatic memberSerializeToXML
Serializes object to XML string.
Public methodStatic memberSerializeToYAML
Serializes object to YAML string.
Public methodStatic memberTestTemplate(String, Stream, String, String, String, String)
Test template against document.
Public methodStatic memberTestTemplate(String, String, String, String, String, String)
Test template against document.
Public methodStatic memberTestTemplate(Template, Stream, String, String, String, String)
Public methodStatic memberTestTemplate(Template, String, String, String, String, String)
Top
See Also

Reference