Click or drag to resize

ConversionMonitorFilter Property

Filter to which conversion output will be written to. Do not access until Ready() returns true.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IFilter Filter { get; }

Return Value

Type: IFilter
Filter to which output will be written to
Remarks
Do not access the Filter until Ready returns true.
See Also