Click or drag to resize
weroSoft AG, Software
HelpFormat Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible help file format.

Namespace:  WeroSoft.Windows.ContextHelp
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum HelpFormat
Members
  Member nameValueDescription
PortableDocumentFormat0 Defines the help format is portable document format (.pdf).
HypertextMarkupLanguage1 Defines the help format is hypertext markup language (.html).
CompiledHypertextMarkupLanguage2 Defines the help format is compiled hypertext markup language (.chm).
See Also