'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("An image that should be drawn on PDF page.")> Public Property OverlayImage As Vintasoft.Imaging.VintasoftImage
[DefaultValue(null)] [Description("An image that should be drawn on PDF page.")] public Vintasoft.Imaging.VintasoftImage OverlayImage { get; set; }
[DefaultValue(null)] [Description("An image that should be drawn on PDF page.")] public: __property Vintasoft.Imaging.VintasoftImage* get_OverlayImage(); public: __property void set_OverlayImage(
Vintasoft.Imaging.VintasoftImage* value
);
[DefaultValue(null)] [Description("An image that should be drawn on PDF page.")] public:
property Vintasoft.Imaging.VintasoftImage^ OverlayImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }