VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfRectangularAnnotationAppearanceGenerator Class / SetAppearance(PdfAnnotation) Method
Syntax Requirements SeeAlso
In This Topic
    SetAppearance(PdfAnnotation) Method (PdfRectangularAnnotationAppearanceGenerator)
    In This Topic
    Sets the appearance of specified annotation.
    Syntax
    'Declaration
    
    Public Overrides Sub SetAppearance( _
    ByVal annotation
    The annotation.
    As PdfAnnotation _
    )
    public override void SetAppearance(
    PdfAnnotation annotation
    )
    public: void SetAppearance(
    PdfAnnotation* annotation
    ); override
    public:
    void SetAppearance(
    PdfAnnotation^ annotation
    ); override

    Parameters

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