ParseByTemplateOptions

ParseByTemplateOptions class

Provides the options which are used to parse by template.

public class ParseByTemplateOptions

Constructors

Name Description
ParseByTemplateOptions() Initializes a new instance of the ParseByTemplateOptions class.
ParseByTemplateOptions(int) Initializes a new instance of the ParseByTemplateOptions class.
ParseByTemplateOptions(int, bool) Initializes a new instance of the ParseByTemplateOptions class with the OCR usage option.
ParseByTemplateOptions(int, bool, OcrOptions) Initializes a new instance of the ParseByTemplateOptions class with the ability to set OCR options.

Properties

Name Description
OcrOptions { get; set; } Gets the additional options for OCR functionality.
PageIndex { get; set; } Gets or sets index of the page for which the adjustment fields are to be generated. The default value is 0.
UseOcr { get; set; } Gets the value that indicates whether the OCR Connector is used to parse by template.

See Also