'Declaration Public Property SelectedImage As Vintasoft.Imaging.Pdf.Content.ImageExtraction.ContentImage
public Vintasoft.Imaging.Pdf.Content.ImageExtraction.ContentImage SelectedImage { get; set; }
public: __property Vintasoft.Imaging.Pdf.Content.ImageExtraction.ContentImage* get_SelectedImage(); public: __property void set_SelectedImage(
Vintasoft.Imaging.Pdf.Content.ImageExtraction.ContentImage* value
);
public:
property Vintasoft.Imaging.Pdf.Content.ImageExtraction.ContentImage^ SelectedImage { Vintasoft.Imaging.Pdf.Content.ImageExtraction.ContentImage^ get(); void set(Vintasoft.Imaging.Pdf.Content.ImageExtraction.ContentImage^ value); }