DocumentUltimateConfigurationCheckPlatformSupport Method

Checks if a feature is supported on current OS platform. Throws PlatformNotSupportedException if not.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public static void CheckPlatformSupport(
	string feature
)

Parameters

feature  String
The feature to check support for. Possible values are "DocumentViewer", "PortableEngine", "CadEngine".

Exceptions

See Also