VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationTool Class / SetTransformer(WpfPdfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    SetTransformer(WpfPdfAnnotationView) Method (WpfPdfAnnotationTool)
    In This Topic
    Sets the transformer of specified annotation view.
    Syntax
    'Declaration
    
    Protected Overridable Sub SetTransformer( _
    ByVal view
    The annotation view.
    As WpfPdfAnnotationView _
    )
    protected virtual void SetTransformer(
    WpfPdfAnnotationView view
    )
    protected: virtual void SetTransformer(
    WpfPdfAnnotationView* view
    )
    protected:
    virtual void SetTransformer(
    WpfPdfAnnotationView^ view
    )

    Parameters

    view
    The annotation 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