VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationViewCollection Class / Render(WpfImageViewer,VintasoftImage,DrawingContext) Method
Syntax Requirements SeeAlso
In This Topic
    Render(WpfImageViewer,VintasoftImage,DrawingContext) Method (WpfPdfAnnotationViewCollection)
    In This Topic
    Renders the annotations on specified System.Windows.Media.DrawingContext of a viewer.
    Syntax
    'Declaration
    
    Public Sub Render( _
    ByVal viewer
    An image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    An image located on image viewer.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal dc
    A drawing context where the object must be rendered.
    As System.Windows.Media.DrawingContext _
    )
    public void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image,
    System.Windows.Media.DrawingContext dc
    )
    public: void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Windows.Media.DrawingContext dc
    )
    public:
    void Render(
    Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image,
    System.Windows.Media.DrawingContext dc
    )

    Parameters

    viewer
    An image viewer.
    image
    An image located on image viewer.
    dc
    A drawing context where the object must be rendered.
    Requirements

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

    See Also