Quickly Create High Quality PDFs
C#
VB
C++
F#
Show/Hide TOC
Pdf
Image Constructor
Constructs an empty PDF image. The
SetPdfImage(Single, Single, Single, String)
method must be called after the object creation
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
Copy
public
PdfImage
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
PdfImage
()
F#
Copy
new
:
unit
->
PdfImage
See Also
Reference
PdfImage Class
PdfImage Overload
HiQPdf Namespace
In This Article
Definition
See Also