Table of Contents

DocumentFormatInfo.SupportedFor Method

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

SupportedFor(DocumentFormatSupport, DocumentEngine)

Gets a value that indicates whether this format is supported for loading or saving with the specified document engine.

public bool SupportedFor(DocumentFormatSupport formatSupport, DocumentEngine engine)

Parameters

formatSupport DocumentFormatSupport

The load or save support for the format.

engine DocumentEngine

The document engine that should support the format.

Returns

bool

true if supported; otherwise, false.

SupportedFor(DocumentFormatSupport, DocumentEngineFilter)

Gets a value that indicates whether this format is supported for loading or saving with the specified document engine.

public bool SupportedFor(DocumentFormatSupport formatSupport, DocumentEngineFilter engineFilter = DocumentEngineFilter.Any)

Parameters

formatSupport DocumentFormatSupport

The load or save support for the format.

engineFilter DocumentEngineFilter

The document engines that should support the format.

Returns

bool

true if supported; otherwise, false.