Table of Contents

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

feature string

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

Exceptions

PlatformNotSupportedException