VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationCodec Class / AddAnnotations(PdfPage,PdfAnnotation[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    AddAnnotations(PdfPage,PdfAnnotation[]) Метод (PdfAnnotationCodec)
    В этом разделе
    Добавляет аннотацию на указанную страницу.
    Синтаксис
    'Declaration
    
    Protected Overridable Sub AddAnnotations( _
    ByVal page
    Страница PDF.
    As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
    ByVal annotations
    Массив аннотаций PDF.
    () 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
    Страница PDF.
    annotations
    Массив аннотаций PDF.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также