PdfImageFrame.RecompressAlways Property

Gets or sets a value indicating whether this frame MUST be recompressed before adding to document.

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

Syntax

C#
public bool RecompressAlways { get; set; }
VB
Public Property RecompressAlways As Boolean
	Get
	Set

Property Value

Type: Boolean
true if this frame MUST be recompressed before adding to document; otherwise, false.

Remarks

If this value is true then this frame will be recompressed using compression scheme specified by the OutputCompression property before adding to document. If this value is false then library will try to add this frame to document without modifications. Please note that frame may be recompressed even when this value is false if the frame contains image in one of the formats unsupported by the PDF.

See Also