PdfImage(Single, Single, String) Constructor
Constructs a PDF image from the given image file to be laid out at the given coordinate in a PDF canvas
The destination width in PDF is the available width in canvas
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfImage(
float destX,
float destY,
string file
)
Public Sub New (
destX As Single,
destY As Single,
file As String
)
public:
PdfImage(
float destX,
float destY,
String^ file
)
new :
destX : float32 *
destY : float32 *
file : string -> PdfImage
Parameters
- destX Single
- The destination X coordinate in points
- destY Single
- The destination Y coordinate in points
- file String
- The full path of the image file