Visit an 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( Annotation annotation, Object argument ) |
| Visual Basic |
|---|
Public Overridable Function Visit ( _ annotation As Annotation, _ argument As Object _ ) As Object |
Parameters
- annotation
- Type: TallComponents.PDF.Annotations..::..Annotation
The vistor must handle an annotation.
- argument
- Type: System..::..Object
The additional argument passed to the Accept method (can be nullNothingnullptra null reference (Nothing in Visual Basic)).
Remarks
nullNothingnullptra null reference (Nothing in Visual Basic) is returned when not implementing this functionality.