C1.PrintDocument.8 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class


HtmlExporter Class Methods

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

Public Methods
 NameDescription
Public MethodOverloaded. Exports the object specified by the Exporter.Document property on the current exporter to the specified file. (Inherited from C1.C1Preview.Export.Exporter)
Public MethodDisplays a dialog that allows the user to edit the export options. (Inherited from C1.C1Preview.Export.Exporter)
Top
Protected Methods
 NameDescription
Protected MethodTests whether Exporter.OutputFileName can be previewed. This (base) implementation uses FindExecutable API to find an appropriate executable, and returns a value indicating whether it has been found or not.

If you override this, you must also override Exporter.PreviewOutputFile.

(Inherited from C1.C1Preview.Export.Exporter)
Protected MethodOverridden. Resets the internal state of the exporter and all its public properties.  
Protected MethodIndicates whether page metafiles of types System.Drawing.Imaging.EmfType.EmfPlusDual and System.Drawing.Imaging.EmfType.EmfPlusOnly should be converted to System.Drawing.Imaging.EmfType.EmfOnly type before exporting. The base implementation returns false. (Inherited from C1.C1Preview.Export.Exporter)
Protected MethodOverridden. Copies the options from the specified export options form to corresponding properties on the current exporter.  
Protected MethodOverridden. Copies the properties of the current exporter to corresponding user-editable options of the specified export options form.  
Protected MethodMakes sure the Exporter.Document has been generated if it is an instance of the C1.C1Preview.C1PrintDocument class. (Inherited from C1.C1Preview.Export.Exporter)
Protected MethodProcesses (exports) all pages in the range to be exported. (Inherited from C1.C1Preview.Export.Exporter)
Protected MethodGets the file name (with path) for the file containing the specified page. Used only for export formats that save a page per file (e.g. TIFF). (Inherited from C1.C1Preview.Export.Exporter)
Protected MethodOverridden. Performs export to a disk file. If Exporter.OutputFileName has not been set, this method returns immediately.  
Protected MethodCalled after the Exporter.Document property has been changed. If you override this, make sure this base method also gets called. (Inherited from C1.C1Preview.Export.Exporter)
Protected MethodSet page draw parameters. (Inherited from C1.C1Preview.Export.Exporter)
Protected MethodPreviews Exporter.OutputFileName. This (base) implementation uses System.Diagnostics.Process.Start() to open the output file.

Override this if you override Exporter.CanPreviewOutputFile.

(Inherited from C1.C1Preview.Export.Exporter)
Protected MethodOverridden. Not supported for this class.  
Protected MethodOverridden. Resets the internal state of the exporter.  
Top
See Also