AdjustmentFieldsOptions

AdjustmentFieldsOptions class

Provides the options which are used to generate the adjustment fields.

public sealed class AdjustmentFieldsOptions

Constructors

Name Description
AdjustmentFieldsOptions() Initializes a new instance of the AdjustmentFieldsOptions class.

Properties

Name Description
FieldNamePrefix { get; set; } Gets or sets the generated field name prefix. The default value is "Generated".
OcrOptions { get; set; } Gets or sets the additional options for OCR functionality. The default value is null.
PageIndex { get; set; } Gets or sets index of the page for which the adjustment fields are to be generated. The default value is 0.
RequestedPageWidth { get; set; } Gets or sets the requested page width value. This value is used to scale the template fields to the desired page size. The default value is null which means no scaling is made.

See Also