Click or drag to resize

Jb2ExportFormat Enumeration

Compressed file format for exported documents.

Namespace:  Atalasoft.Imaging.Codec.Jbig2
Assembly:  Atalasoft.dotImage.Jbig2 (in Atalasoft.dotImage.Jbig2.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum Jb2ExportFormat
Members
  Member nameDescription
Jb2 JBIG2 file format as described in ISO.
Pdf JBIG2 embedded in a PDF file.
StreamForPdf JBIG2 stream suitable for embedding in a PDF file.
Remarks
StreamForPDF is only supported when exporting single page documents. Both Jb2 and Pdf can be used when exporting multi-page documents. Refer to the PDF documentation from Adobe for full details on embedding a JBIG2 image in a PDF document.
See Also