VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationView Class / Render(WpfImageViewer,VintasoftImage,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
    Render(WpfImageViewer,VintasoftImage,DrawingContext) Method (WpfPdfAnnotationView)
    In This Topic
    Renders annotation view on the specified viewer.
    Syntax
    'Declaration
    
    Public Overrides Sub Render( _
    ByVal viewer
    The viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal drawingContext
    The drawing context to render.
    As System.Windows.Media.DrawingContext _
    )
    public override void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image,
    System.Windows.Media.DrawingContext drawingContext
    )
    public: void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Windows.Media.DrawingContext drawingContext
    ); override
    public:
    void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image,
    System.Windows.Media.DrawingContext drawingContext
    ); override

    Parameters

    viewer
    The viewer.
    image
    The image.
    drawingContext
    The drawing context to render.
    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