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(int32_t, int32_t, System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType>) method

Flattens the annotations of the specified types.

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

See Also

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

Flattens all annotations in the document.

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

See Also