Aspose::Pdf::Forms::Form::FlattenSettings class

FlattenSettings class

Class which describes settings for Form flattening procedure.

class FlattenSettings : public System::Object

Methods

MethodDescription
FlattenSettings()
get_ApplyRedactions() constIf true, redaction specified Redaction annotation will be applied.
get_CallEvents() constIf set, formatting and other JavaScript events will be called. True by default.
get_HideButtons() constIf set, buttons will be removed from flattened document. False by default.
get_UpdateAppearances() constIf 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.
set_ApplyRedactions(bool)If true, redaction specified Redaction annotation will be applied.
set_CallEvents(bool)If set, formatting and other JavaScript events will be called. True by default.
set_HideButtons(bool)If set, buttons will be removed from flattened document. False by default.
set_UpdateAppearances(bool)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