OptimizationOptions.LinkDuplcateStreams

OptimizationOptions.LinkDuplcateStreams property

If this flag is set to true, Resource streams will be analyzed. If duplicate streams are found (i.e. if stream contents is equal), then thes streams will be stored as one object. This allows to decrease document size in some cases (for example, when same document was concatenedted multiple times).

public bool LinkDuplcateStreams { get; set; }

See Also