ImageWatermark Constructors

Overloads

ImageWatermark(Byte[])Initializes a new instance of the ImageWatermark class.
ImageWatermark(ImageData)Initializes a new instance of the ImageWatermark class.
ImageWatermark(String)Initializes a new instance of the ImageWatermark class.

ImageWatermark(Byte[])

Initializes a new instance of the ImageWatermark class.

public ImageWatermark(Byte[] imageData)
Public Sub New (imageData As Byte())

Parameters

imageData
Byte[]

Byte array of the image.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

ImageWatermark(ImageData)

Initializes a new instance of the ImageWatermark class.

public ImageWatermark(ImageData imageData)
Public Sub New (imageData As ImageData)

Parameters

imageData
ImageData

ImageData object containing the image data.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

ImageWatermark(String)

Initializes a new instance of the ImageWatermark class.

public ImageWatermark(string filePath)
Public Sub New (filePath As String)

Parameters

filePath
String

Physical file path of the image.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ImageWatermark
ceTe.DynamicPDF.PageElements

In this topic