DocumentUltimateConfiguration.CheckPlatformSupport Method
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Checks if a feature is supported on current OS platform. Throws PlatformNotSupportedException if not.
public static void CheckPlatformSupport(string feature)
Parameters
featurestringThe feature to check support for. Possible values are "DocumentViewer", "PortableEngine", "CadEngine".