SignaturePanel.SetImage

Overloads

SetImage(Byte[])Sets the image to the panel.
SetImage(ImageData)Sets the image to the panel.
SetImage(Stream)Sets the image to the panel.
SetImage(String)Sets the image to the panel.

SetImage(Byte[])

Sets the image to the panel.

public void SetImage(Byte[] data)
Sub SetImage(data As Byte())

Parameters

data
Byte[]

Byte array containing a valid image data.

Licensing Info

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

SetImage(ImageData)

Sets the image to the panel.

public void SetImage(ImageData imageData)
Sub SetImage(imageData As ImageData)

Parameters

imageData
ImageData

Instance of ImageData.

Licensing Info

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

SetImage(Stream)

Sets the image to the panel.

public void SetImage(Stream stream)
Sub SetImage(stream As Stream)

Parameters

stream
Stream

Stream containing the image data.

Licensing Info

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

SetImage(String)

Sets the image to the panel.

public void SetImage(string filePath)
Sub SetImage(filePath As String)

Parameters

filePath
String

Full path of the image file.

Licensing Info

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

See Also

SignaturePanel
ceTe.DynamicPDF.PageElements.Forms

In this topic