Gets or sets the internal Image object.
Namespace: Bytescout.WatermarkingAssembly: Bytescout.Watermarking (in Bytescout.Watermarking.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Image As Image |
| C# |
|---|
public Image Image { get; set; } |
| Visual C++ |
|---|
public: property Image^ Image { Image^ get (); void set (Image^ value); } |
| JavaScript |
|---|
function get_image(); function set_image(value); |