CosStream.GetFilters Method

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

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

Syntax

C#
public CosStreamFilter[] GetFilters()
VB
Public Function GetFilters As CosStreamFilter()

Return Value

Type: 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.

See Also