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(System::String) method

Deletes all annotations of the specified type in the document.

void Aspose::Pdf::Facades::PdfAnnotationEditor::DeleteAnnotations(System::String annotType)
ParameterTypeDescription
annotTypeSystem::StringThe type of annotation will be deleted.

See Also