VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationCodec Class / AddAnnotations(PdfPage,PdfAnnotation[]) Method
Syntax Requirements SeeAlso
In This Topic
    AddAnnotations(PdfPage,PdfAnnotation[]) Method (PdfAnnotationCodec)
    In This Topic
    Adds the annotation to the specified page.
    Syntax
    'Declaration
    
    Protected Overridable Sub AddAnnotations( _
    ByVal page
    The PDF page.
    As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
    ByVal annotations
    An array of PDF annotations.
    () As PdfAnnotation _
    )
    protected virtual void AddAnnotations(
    Vintasoft.Imaging.Pdf.Tree.PdfPage page,
    PdfAnnotation[] annotations
    )
    protected: virtual void AddAnnotations(
    Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
    PdfAnnotation*[]* annotations
    )
    protected:
    virtual void AddAnnotations(
    Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
    array<PdfAnnotation^>^ annotations
    )

    Parameters

    page
    The PDF page.
    annotations
    An array of PDF annotations.
    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