DocumentFormatInfoSupportedFor(DocumentFormatSupport, DocumentEngine) Method

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

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
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.

Return Value

Boolean
true if supported; otherwise, false.

See Also