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
formatSupportDocumentFormatSupportThe load or save support for the format.
engineDocumentEngineThe 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
formatSupportDocumentFormatSupportThe load or save support for the format.
engineFilterDocumentEngineFilterThe document engines that should support the format.
Returns
- bool
true if supported; otherwise, false.