PdfImage.Uncompress Method

Uncompresses image data.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Uncompress()
VB
Public Sub 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.

See Also