C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document.Export Namespace / ImageFilter Class


ImageFilter Class Methods

For a list of all members of this type, see ImageFilter members.

Public Methods
 NameDescription
Public MethodOverridden. 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 C1.Win.C1Document.OutputRangeType.All, false otherwise.  
Public MethodOverloaded. Disposes the ExportFilter object. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public MethodDisplays a dialog that allows the user to edit the export options. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Top
Protected Methods
 NameDescription
Protected MethodCopies the options from the specified export options form to corresponding properties on the current exporter. Can be overridden in a derived class to handle format-specific options. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Protected MethodCopies the properties of the current exporter to corresponding user-editable options of the specified export options form. Can be overridden in a derived class to handle format-specific options. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Protected MethodDisposes the ExportFilter object. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Top
See Also