ImageData.GetImage
Overloads
GetImage(Byte[]) | Returns an ImageData of the correct type for the given byte array. |
GetImage(Stream) | Returns an ImageData of the correct type for the given Stream . |
GetImage(String) | Returns an ImageData of the correct type for the given physical file path. |
GetImage(Byte[])
Returns an ImageData of the correct type for the given byte array.
public static ImageData GetImage(Byte[] data)
Shared Function GetImage(data As Byte()) As ImageData
Parameters
- data
- Byte[]
Byte array containing the image data.
Returns
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.
GetImage(Stream)
Returns an ImageData of the correct type for the given Stream .
public static ImageData GetImage(Stream stream)
Shared Function GetImage(stream As Stream) As ImageData
Parameters
Returns
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.
GetImage(String)
Returns an ImageData of the correct type for the given physical file path.
public static ImageData GetImage(string filePath)
Shared Function GetImage(filePath As String) As ImageData
Parameters
- filePath
- String
Physical file path of the image data.
Returns
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.