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

    Parameters

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