Table of Contents

Method Uncompress

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Uncompress()

Uncompresses image data.

public void Uncompress()

Remarks

Calling this method will cause image data to be saved without any compression.

Saving image data without compression will cause output PDF file to be bigger in size, so this method probably should be used only if required for compatibility reasons.

This method throws UnsupportedImageException when used on an inline image. You can check IsInline property before invoking this method.