Gets or sets the Image object of the watermark.
Namespace:  Bytescout.Watermarking
Assembly:  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);

Field Value

The image.

See Also