[]
Base class for filters used to render documents into image streams or files.
public abstract class ImageFilter : ExportFilter, IDisposable
Name | Description |
---|---|
ImageFilter() |
Name | Description |
---|---|
CanExportRange(OutputRangeType) | Tests whether the ExportFilter can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is All, false otherwise. |