'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The black-white image that should be used as a template for all processing images.")> Public Property TemplateImage As Vintasoft.Imaging.VintasoftImage
[DefaultValue(null)] [Description("The black-white image that should be used as a template for all processing images.")] public Vintasoft.Imaging.VintasoftImage TemplateImage { get; set; }
[DefaultValue(null)] [Description("The black-white image that should be used as a template for all processing images.")] public: __property Vintasoft.Imaging.VintasoftImage* get_TemplateImage(); public: __property void set_TemplateImage(
Vintasoft.Imaging.VintasoftImage* value
);
[DefaultValue(null)] [Description("The black-white image that should be used as a template for all processing images.")] public:
property Vintasoft.Imaging.VintasoftImage^ TemplateImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }