Class Form.FlattenSettings

Form.FlattenSettings class

Class which describes settings for Form flattening procedure.

public class FlattenSettings

Constructors

NameDescription
FlattenSettings()The default constructor.

Properties

NameDescription
ApplyRedactions { get; set; }If true, redaction specified Redaction annotation will be applied
CallEvents { get; set; }If set, formatting and other JavaScript events will be called. True by default.
HideButtons { get; set; }If set, buttons will be removed from flattened document. False by default.
UpdateAppearances { get; set; }If set, all field appearances will be regenerated before flattening. This option may help if field is incorrectly flattened. This option may decrease performance. By default set to false.

See Also