Table of Contents

Method GetFilters

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetFilters()

This method retrieves all filters that should be applied to the encoded stream data to reproduce the original data.

public CosStreamFilter[] GetFilters()

Returns

CosStreamFilter[]

The array of all filters that should be applied to the encoded stream data to reproduce the original data.

Remarks

The array can be empty if the stream data is not encoded.

The order of the elements in the array is important. The filters should be applied to stream data in the same order. Each filter uses data produced by the previous filter.