Class MHTExport
Represents the MHT export filter.
Implements
Inherited Members
Namespace: FastReport.Export.Mht
Assembly: FastReport.dll
Syntax
public class MHTExport : ExportBase, IDisposable, IFRSerializable
Constructors
MHTExport()
Initializes a new instance of the MHTExport class.
Declaration
public MHTExport()
Properties
ImageFormat
Gets or sets the image format.
Declaration
public ImageFormat ImageFormat { get; set; }
Property Value
Type | Description |
---|---|
ImageFormat |
Pictures
Enable or disable the pictures in MHT export
Declaration
public bool Pictures { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Wysiwyg
Gets or sets the Wysiwyg quality of export
Declaration
public bool Wysiwyg { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finish()
This method is called when the export is finished.
Declaration
protected override void Finish()
Overrides
GetFileFilter()
Returns a file filter for a save dialog.
Declaration
protected override string GetFileFilter()
Returns
Type | Description |
---|---|
System.String | String that contains a file filter, for example: "Bitmap image (.bmp)|.bmp" |
Overrides
Start()
This method is called when the export starts.
Declaration
protected override void Start()