Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations method

PdfAnnotationEditor::FlatteningAnnotations() method

Flattens all annotations in the document.

void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations()

See Also

PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings>&) method

Flattens all annotations in the document.

void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(const System::SharedPtr<Forms::Form::FlattenSettings> &flattenSettings)
ParameterTypeDescription
flattenSettingsconst System::SharedPtr<Forms::Form::FlattenSettings>&Specifies modes of flattening.

See Also

PdfAnnotationEditor::FlatteningAnnotations(int32_t, int32_t, const System::ArrayPtr<Annotations::AnnotationType>&) method

Flattens the annotations of the specified types.

void Aspose::Pdf::Facades::PdfAnnotationEditor::FlatteningAnnotations(int32_t start, int32_t end, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypeDescription
startint32_tThe start page.
endint32_tThen end page.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&The annotation types should be flattened.

See Also