Aspose::Pdf::Annotations::StrikeOutAnnotation class
StrikeOutAnnotation class
Represents a strikeout annotation that appears as a strikeout in the text of the document.
class StrikeOutAnnotation : public Aspose::Pdf::Annotations::TextMarkupAnnotation
Methods
| Method | Description |
|---|---|
| Accept(System::SharedPtr<AnnotationSelector>) override | Accepts visitor object to process the annotation. |
| get_AnnotationType() override | Gets type of annotation. |
| StrikeOutAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Creates new StrikeOut annotation on the specified page. |
See Also
- Class TextMarkupAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++