Setting Export

Top  Previous  Next

 

It is possible to customize a list of export formats. In other words, it is possible to hide unused export formats. Customization of the export formats list can be done by using the WebViewerFx properties. For example - export to HTML. Availability of this format in the list of formats for export depends on the value of the ShowExportToHtml property. The picture below shows the full list of formats:

 

 

as seen on the picture above the Html format is shown in the list of formats, and this means that the ShowExportToHtml property is set  to true. If the set this property to false (code below):

 

 

<cc1:StiWebViewerFx ID=" StiWebViewerFx1" runat="server" ShowExportToHtml="False" />

 

 

then the HTML format will not be shown in the list of export formats. The picture below shows a list of formats without HTML:

 

 

By default, all export formats are shown.

 

 

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)