Aspose::Pdf::Annotations::StrikeOutAnnotation::Accept method

StrikeOutAnnotation::Accept method

Accepts visitor object to process the annotation.

void Aspose::Pdf::Annotations::StrikeOutAnnotation::Accept(System::SharedPtr<AnnotationSelector> visitor) override
ParameterTypeDescription
visitorSystem::SharedPtr<AnnotationSelector>Visitor object.

See Also