Presentation Style SettingsSupported Formats Property
This is used to get or set the help file formats supported by the presentation style
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public HelpFileFormats SupportedFormats { get; protected set; }VB
Public Property SupportedFormats As HelpFileFormats
Get
Protected SetC++
public:
property HelpFileFormats SupportedFormats {
HelpFileFormats get ();
protected: void set (HelpFileFormats value);
}F#
member SupportedFormats : HelpFileFormats with get, set