VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / DrawFieldHighlight(WpfImageViewer,VintasoftImage,DrawingContext,WpfPdfWidgetAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    DrawFieldHighlight(WpfImageViewer,VintasoftImage,DrawingContext,WpfPdfWidgetAnnotationView) Method (WpfPdfAnnotationTool)
    In This Topic
    Draws the field highlight.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawFieldHighlight( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal drawingContext
    The drawing context.
    As System.Windows.Media.DrawingContext, _
    ByVal fieldView
    The field view.
    As WpfPdfWidgetAnnotationView _
    )

    Parameters

    viewer
    The viewer.
    image
    The image.
    drawingContext
    The drawing context.
    fieldView
    The field view.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also