DocumentFormatInfoSupportedFor(DocumentFormatSupport, DocumentEngine) Method
Gets a value that indicates whether this format is supported for loading or saving with the specified document engine.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public bool SupportedFor(
DocumentFormatSupport formatSupport,
DocumentEngine engine
)
Public Function SupportedFor (
formatSupport As DocumentFormatSupport,
engine As DocumentEngine
) As Boolean
- formatSupport DocumentFormatSupport
- The load or save support for the format.
- engine DocumentEngine
- The document engine that should support the format.
Booleantrue if supported; otherwise, false.