Online Documentation for Advanced Data Export .NET

HtmlOptions.DefaultOptions


 

[Flags]

public enum DefaultOptions : byte

{

 doFontName = 0x01,

 doFontSize = 0x02

}

 

public SqlManager.QExport.HTML.DefaultOptions DefaultOptions

 

Description

This property determines the usage of the default font name and size in the result HTML document. If this property includes doFontName (DefaultOptions.doFontName=True) then the default font name will be used; if it includes doFontSize (DefaultOptions.doFontSize=True) then the default font size will be used. It may also include both of none of them.