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
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| flattenSettings | const System::SharedPtr<Forms::Form::FlattenSettings>& | Settings for flattening process. |
See Also
- Typedef SharedPtr
- Class FlattenSettings
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++