BackgroundImage Constructors

Overloads

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

BackgroundImage(Byte[])

Initializes a new instance of the BackgroundImage class.

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

Parameters

imageData
Byte[]

Byte array of the background image.

Licensing Info

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

BackgroundImage(ImageData)

Initializes a new instance of the BackgroundImage class.

public BackgroundImage(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:

BackgroundImage(Stream)

Initializes a new instance of the BackgroundImage class.

public BackgroundImage(Stream stream)
Public Sub New (stream As Stream)

Parameters

stream
Stream

Stream 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:

BackgroundImage(String)

Initializes a new instance of the BackgroundImage class.

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

Parameters

filePath
String

The physical file path to the background image.

Licensing Info

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

See Also

BackgroundImage
ceTe.DynamicPDF.PageElements

In this topic