VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / DrawEditorModeHighlight(ImageViewer,VintasoftImage,Graphics,PdfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    DrawEditorModeHighlight(ImageViewer,VintasoftImage,Graphics,PdfAnnotationView) Method (PdfAnnotationTool)
    In This Topic
    Draws annotation highlight in editor mode.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawEditorModeHighlight( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal g
    The graphics.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal view
    The annotation view.
    As System.Drawing.Graphics, _
    ByVal image
    The image on with draws highlight.
    As PdfAnnotationView _
    )

    Parameters

    viewer
    The viewer.
    g
    The graphics.
    view
    The annotation view.
    image
    The image on with draws highlight.
    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