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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.