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