'Declaration Public Overloads Shared Function CreateLossyCompressor( _
ByVal useJbig2A value indicating whether the compressor must use Jbig2 lossless comression instead of CcittFax compression for bitonal images.As Boolean, _
ByVal useJpeg2000A value indicating whether the compressor must use JPEG2000 lossless comression instead of Flate(ZIP) for color and grayscale images.As Boolean, _
ByVal subsetFontsA value indicating whether the compressor must subset fonts.As Boolean _
) As PdfDocumentCompressorCommand
public static PdfDocumentCompressorCommand CreateLossyCompressor(
bool useJbig2,
bool useJpeg2000,
bool subsetFonts
)
public: static PdfDocumentCompressorCommand* CreateLossyCompressor(
bool useJbig2,
bool useJpeg2000,
bool subsetFonts
)
public:
static PdfDocumentCompressorCommand^ CreateLossyCompressor(
bool useJbig2,
bool useJpeg2000,
bool subsetFonts
)
Parameters
- useJbig2
- A value indicating whether the compressor must use Jbig2 lossless comression instead of CcittFax compression for bitonal images.
- useJpeg2000
- A value indicating whether the compressor must use JPEG2000 lossless comression instead of Flate(ZIP) for color and grayscale images.
- subsetFonts
- A value indicating whether the compressor must subset fonts.
Return Value
A new instance of PdfDocumentCompressorCommand class.