VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfAnnotation Class / WebPdfAnnotation Constructors / WebPdfAnnotation Constructor(PdfAnnotation)
Syntax Requirements SeeAlso
In This Topic
    WebPdfAnnotation Constructor(PdfAnnotation)
    In This Topic
    Initializes a new instance of the WebPdfAnnotation class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal annotation
    Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation object.
    As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
    )
    public WebPdfAnnotation(
    Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
    )
    public: WebPdfAnnotation(
    Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
    )
    public:
    WebPdfAnnotation(
    Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
    )

    Parameters

    annotation
    Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also