DocumentFormatInfoSupportedFor(DocumentFormatSupport, DocumentEngineFilter) 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,
	DocumentEngineFilter engineFilter = DocumentEngineFilter.Any
)

Parameters

formatSupport  DocumentFormatSupport
The load or save support for the format.
engineFilter  DocumentEngineFilter  (Optional)
The document engines that should support the format.

Return Value

Boolean
true if supported; otherwise, false.

See Also