'Declaration Public Function getAnnot( _
ByVal nPageThe page index that contains the Annotation object.As System.Int32, _
ByVal cNameThe 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.