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