VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsDoc Class / getAnnot(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    getAnnot(Int32,String) Method (PdfJsDoc)
    In This Topic
    Returns an PdfJsAnnotation object contained on a specific document page.
    Syntax
    'Declaration
    
    Public Function getAnnot( _
    ByVal nPage
    The page index that contains the Annotation object.
    As System.Int32, _
    ByVal cName
    The name of the Annotation object.
    As System.String _
    ) As PdfJsAnnotation
    public PdfJsAnnotation getAnnot(
    System.Int32 nPage,
    System.String cName
    )
    public: PdfJsAnnotation* getAnnot(
    System.Int32 nPage,
    System.String cName
    )
    public:
    PdfJsAnnotation^ getAnnot(
    System.Int32 nPage,
    System.String cName
    )

    Parameters

    nPage
    The page index that contains the Annotation object.
    cName
    The name of the Annotation object.

    Return Value

    The PdfJsAnnotation object, or null if there is no such annotation.
    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