Visit a text markup (annotation).
Namespace: TallComponents.PDF.AnnotationsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public virtual Object Visit( TextMarkup annotation, Object argument ) |
| Visual Basic |
|---|
Public Overridable Function Visit ( _ annotation As TextMarkup, _ argument As Object _ ) As Object |
Parameters
- annotation
- Type: TallComponents.PDF.Annotations.Markups..::..TextMarkup
The vistor must handle a text markup (annotation).
- argument
- Type: System..::..Object
The additional argument passed to the Accept method (can be nullNothingnullptra null reference (Nothing in Visual Basic)).
Remarks
Not implementing this functionality calls the markup overload.