'Declaration Public Property Annotations As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation[]
public Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation[] Annotations { get; set; }
public: __property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation*[] get_Annotations(); public: __property void set_Annotations(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation*[]* value
);
public:
property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^[] Annotations { Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^[] get(); void set(array<Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^>^ value); }