'Declaration <DescriptionAttribute("An image that should be overlaid on top of the source image.")> <DefaultValueAttribute(null)> Public Property OverlayImage As Vintasoft.Imaging.VintasoftImage
[Description("An image that should be overlaid on top of the source image.")] [DefaultValue(null)] public Vintasoft.Imaging.VintasoftImage OverlayImage { get; set; }
[Description("An image that should be overlaid on top of the source image.")] [DefaultValue(null)] public: __property Vintasoft.Imaging.VintasoftImage* get_OverlayImage(); public: __property void set_OverlayImage(
Vintasoft.Imaging.VintasoftImage* value
);
[Description("An image that should be overlaid on top of the source image.")] [DefaultValue(null)] public:
property Vintasoft.Imaging.VintasoftImage^ OverlayImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
Property Value
Значение по умолчанию - null.