Method MergeContentStreams
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
MergeContentStreams()
Tries to merge content streams of this page to a single stream.
public bool MergeContentStreams()
Returns
- bool
true
if contents streams were merged; otherwise,false
.
Remarks
A content stream is a PDF stream object whose data consists of a sequence of instructions describing the graphical elements to be painted on a page. A PDF page may use a single content stream or a collection of content streams. In the latter case, merging of multiple content streams may help to reduce file size.