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(System::SharedPtr<Aspose::Pdf::Forms::Form::FlattenSettings>) method

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

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

See Also