Aspose::Pdf::Document::Flatten method

Document::Flatten() method

Removes all fields from the document and place their values instead.

void Aspose::Pdf::Document::Flatten()

See Also

Document::Flatten(const System::SharedPtr<Forms::Form::FlattenSettings>&) method

Removes all fields (and annotations) from the document and place their values instead.

void Aspose::Pdf::Document::Flatten(const System::SharedPtr<Forms::Form::FlattenSettings> &flattenSettings)
ParameterTypeDescription
flattenSettingsconst System::SharedPtr<Forms::Form::FlattenSettings>&Settings for flattening process.

See Also