Property RecompressAlways
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
RecompressAlways
Gets or sets a value indicating whether this frame MUST be recompressed before adding to document.
public bool RecompressAlways { get; set; }
Property Value
- bool
trueif 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.