Aspose::Pdf::Facades::PdfAnnotationEditor::DeleteAnnotations method

PdfAnnotationEditor::DeleteAnnotations() method

Deletes all annotations in the document.

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

See Also

PdfAnnotationEditor::DeleteAnnotations(const System::String&) method

Deletes all annotations of the specified type in the document.

void Aspose::Pdf::Facades::PdfAnnotationEditor::DeleteAnnotations(const System::String &annotType)
ParameterTypeDescription
annotTypeconst System::String&The type of annotation will be deleted.

See Also