'Declaration Protected Overridable Sub AddAnnotations( _
ByVal pageThe PDF page.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal annotationsAn 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.