[]
        
(Showing Draft Content)

C1.WPF.Document.Export.ImageFilter

ImageFilter Class

Base class for filters used to render documents into image streams or files.

Implements
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.dll
Syntax
public abstract class ImageFilter : ExportFilter, IDisposable

Constructors

Name Description
ImageFilter()

Methods

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.

See Also