Aspose::Pdf::Facades::PdfAnnotationEditor::DeleteAnnotations method
PdfAnnotationEditor::DeleteAnnotations() method
Deletes all annotations in the document.
void Aspose::Pdf::Facades::PdfAnnotationEditor::DeleteAnnotations()
See Also
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| annotType | const System::String& | The type of annotation will be deleted. |
See Also
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++