AnnotationSelector.Visit

Visit(LinkAnnotation)

Select link annotation if AnnotationSelector was initialized with LinkAnnotation object.

public void Visit(LinkAnnotation link)
ParameterTypeDescription
linkLinkAnnotationLinkAnnotation object for selecting.

See Also


Visit(FileAttachmentAnnotation)

Select attachment annotation if AnnotationSelector was initialized with FileAttachmentAnnotation object.

public void Visit(FileAttachmentAnnotation attachment)
ParameterTypeDescription
attachmentFileAttachmentAnnotationFileAttachmentAnnotation object for selecting.

See Also


Visit(TextAnnotation)

Select text annotation if AnnotationSelector was initialized with TextAnnotation object.

public void Visit(TextAnnotation text)
ParameterTypeDescription
textTextAnnotationTextAnnotation object for selecting.

See Also


Visit(RedactionAnnotation)

Select redact annotation if AnnotationSelector was initialized with RedactAnnotation object.

public void Visit(RedactionAnnotation redact)
ParameterTypeDescription
redactRedactionAnnotationRedactAnnotation object for selecting.

See Also


Visit(FreeTextAnnotation)

Select freetext annotation if AnnotationSelector was initialized with FreeTextAnnotation object.

public void Visit(FreeTextAnnotation freetext)
ParameterTypeDescription
freetextFreeTextAnnotationFreeTextAnnotation object for selecting.

See Also


Visit(HighlightAnnotation)

Select attachment annotation if AnnotationSelector was initialized with FreeTextAnnotation object.

public void Visit(HighlightAnnotation highlight)
ParameterTypeDescription
highlightHighlightAnnotationHighlightAnnotation object for selecting.

See Also


Visit(UnderlineAnnotation)

Select underline annotation if AnnotationSelector was initialized with UnderlineAnnotation object.

public void Visit(UnderlineAnnotation underline)
ParameterTypeDescription
underlineUnderlineAnnotationUnderlineAnnotation object for selecting.

See Also


Visit(StrikeOutAnnotation)

Select strikeOut annotation if AnnotationSelector was initialized with StrikeOutAnnotation object.

public void Visit(StrikeOutAnnotation strikeOut)
ParameterTypeDescription
strikeOutStrikeOutAnnotationStrikeOutAnnotation object for selecting.

See Also


Visit(SquigglyAnnotation)

Select squiggly annotation if AnnotationSelector was initialized with SquigglyAnnotation object.

public void Visit(SquigglyAnnotation squiggly)
ParameterTypeDescription
squigglySquigglyAnnotationSquigglyAnnotation object for selecting.

See Also


Visit(PopupAnnotation)

Select popup annotation if AnnotationSelector was initialized with PopupAnnotation object.

public void Visit(PopupAnnotation popup)
ParameterTypeDescription
popupPopupAnnotationPopupAnnotation object for selecting.

See Also


Visit(LineAnnotation)

Select line annotation if AnnotationSelector was initialized with LineAnnotation object.

public void Visit(LineAnnotation line)
ParameterTypeDescription
lineLineAnnotationLineAnnotation object for selecting.

See Also


Visit(CircleAnnotation)

Select circle annotation if AnnotationSelector was initialized with CircleAnnotation object.

public void Visit(CircleAnnotation circle)
ParameterTypeDescription
circleCircleAnnotationCircleAnnotation object for selecting.

See Also


Visit(SquareAnnotation)

Select square annotation if AnnotationSelector was initialized with SquareAnnotation object.

public void Visit(SquareAnnotation square)
ParameterTypeDescription
squareSquareAnnotationSquareAnnotation object for selecting.

See Also


Visit(InkAnnotation)

Select ink annotation if AnnotationSelector was initialized with InkAnnotation object.

public void Visit(InkAnnotation ink)
ParameterTypeDescription
inkInkAnnotationInkAnnotation object for selecting.

See Also


Visit(PolylineAnnotation)

Select polyline annotation if AnnotationSelector was initialized with PolylineAnnotation object.

public void Visit(PolylineAnnotation polyline)
ParameterTypeDescription
polylinePolylineAnnotationPolylineAnnotation object for selecting.

See Also


Visit(PolygonAnnotation)

Select polygon annotation if AnnotationSelector was initialized with PolygonAnnotation object.

public void Visit(PolygonAnnotation polygon)
ParameterTypeDescription
polygonPolygonAnnotationPolygonAnnotation object for selecting.

See Also


Visit(CaretAnnotation)

Select caret annotation if AnnotationSelector was initialized with CaretAnnotation object.

public void Visit(CaretAnnotation caret)
ParameterTypeDescription
caretCaretAnnotationCaretAnnotation object for selecting.

See Also


Visit(StampAnnotation)

Select stamp annotation if AnnotationSelector was initialized with StampAnnotation object.

public void Visit(StampAnnotation stamp)
ParameterTypeDescription
stampStampAnnotationStampAnnotation object for selecting.

See Also


Visit(WidgetAnnotation)

Select widget annotation if AnnotationSelector was initialized with WidgetAnnotation object.

public void Visit(WidgetAnnotation widget)
ParameterTypeDescription
widgetWidgetAnnotationWidgetAnnotation object for selecting.

See Also


Visit(WatermarkAnnotation)

Select watermark annotation if AnnotationSelector was initialized with WatermarkAnnotation object.

public void Visit(WatermarkAnnotation watermark)
ParameterTypeDescription
watermarkWatermarkAnnotationWatermarkAnnotation for selecting.

See Also


Visit(MovieAnnotation)

Select movie annotation if AnnotationSelector was initialized with MovieAnnotation object.

public void Visit(MovieAnnotation movie)
ParameterTypeDescription
movieMovieAnnotationMovieAnnotation object for selecting.

See Also


Visit(RichMediaAnnotation)

Select movie annotation if AnnotationSelector was initialized with RichMedia annotation object.

public void Visit(RichMediaAnnotation richMedia)
ParameterTypeDescription
richMediaRichMediaAnnotationRichMedia annotation.

See Also


Visit(ScreenAnnotation)

Select screen annotation if AnnotationSelector was initialized with ScreenAnnotation object.

public void Visit(ScreenAnnotation screen)
ParameterTypeDescription
screenScreenAnnotationScreenAnnotation object for selecting.

See Also


Visit(PDF3DAnnotation)

Select PDF3D annotation if AnnotationSelector was initialized with PDF3DAnnotation object.

public void Visit(PDF3DAnnotation pdf3D)
ParameterTypeDescription
pdf3DPDF3DAnnotationPDF3DAnnotation object for selecting.

See Also


Visit(ColorBarAnnotation)

Select ColorBar annotation if AnnotationSelector was initialized with ColorBar object.

public void Visit(ColorBarAnnotation colorBar)
ParameterTypeDescription
colorBarColorBarAnnotationPDF3DAnnotation object for selecting.

See Also