'Declaration
Public Function New( _ ByVal fileName As String, _ ByVal fastRgbConversion As Boolean _ )
'Usage
Dim fileName As String Dim fastRgbConversion As Boolean Dim instance As New PdfPngImage(fileName, fastRgbConversion)
public PdfPngImage( string fileName, bool fastRgbConversion )
public: PdfPngImage( String^ fileName, bool fastRgbConversion )
Parameters
- fileName
- Path to PNG image.
- fastRgbConversion
- Performs fast PNG to PDF conversion for RGB only PNG images