'Declaration Public Function New( _
ByVal createNewFileA value indicating whether a new PDF file should be created.As Boolean, _
ByVal jpegQualityCompression algorithm which will be used at saving image to the PDF file.As System.Int32 _
)
public PdfEncoder(
bool createNewFile,
System.Int32 jpegQuality
)
public: PdfEncoder(
bool createNewFile,
System.Int32 jpegQuality
)
public:
PdfEncoder(
bool createNewFile,
System.Int32 jpegQuality
)
Parameters
- createNewFile
- A value indicating whether a new PDF file should be created.
- jpegQuality
- Compression algorithm which will be used at saving image to the PDF file.