Topic Transformation CoreSupported Formats Property
This read-only property returns the help file formats supported by the presentation style
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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; }VB
Public ReadOnly Property SupportedFormats As HelpFileFormats
GetC++
public:
property HelpFileFormats SupportedFormats {
HelpFileFormats get ();
}F#
member SupportedFormats : HelpFileFormats with get