PngImageData Constructors
Overloads
PngImageData(Byte[]) | Initializes a new instance of the PngImageData class. |
PngImageData(Stream) | Initializes a new instance of the PngImageData class. |
PngImageData(String) | Initializes a new instance of the PngImageData class. |
PngImageData(Byte[])
Initializes a new instance of the PngImageData class.
public PngImageData(Byte[] imgData)
Public Sub New (imgData As Byte())
Parameters
- imgData
- Byte[]
Byte array 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:
- 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.
PngImageData(Stream)
Initializes a new instance of the PngImageData class.
public PngImageData(Stream stream)
Public Sub New (stream As Stream)
Parameters
Licensing Info
This constructor 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.
PngImageData(String)
Initializes a new instance of the PngImageData class.
public PngImageData(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:
- 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.