PdfImage(Single, Single, Single, Byte) Constructor
Constructs an image from the given .NET image to be laid out at the given coordinate and in the given width in a PDF canvas
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfImage(
float destX,
float destY,
float destWidth,
byte[] imageData
)
Public Sub New (
destX As Single,
destY As Single,
destWidth As Single,
imageData As Byte()
)
public:
PdfImage(
float destX,
float destY,
float destWidth,
array<unsigned char>^ imageData
)
new :
destX : float32 *
destY : float32 *
destWidth : float32 *
imageData : byte[] -> PdfImage
Parameters
- destX Single
- The X location where this element will be rendered
- destY Single
- The Y location where this element will be rendered
- destWidth Single
- The destination width in points
- imageData Byte
- The image data