Aspose::Pdf::Forms::Form::FlattenSettings class
Contents
[
Hide
]FlattenSettings class
Class which describes settings for Form flattening procedure.
class FlattenSettings : public System::Object
Methods
| Method | Description |
|---|---|
| FlattenSettings() | |
| get_ApplyRedactions() const | If true, redaction specified Redaction annotation will be applied. |
| get_CallEvents() const | If set, formatting and other JavaScript events will be called. True by default. |
| get_HideButtons() const | If set, buttons will be removed from flattened document. False by default. |
| get_UpdateAppearances() const | 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. |
| 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
- Class Object
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++