Click or drag to resize

FileDataGetFormat Method

Gets the current file format using the file extension or the content signature.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public FileFormat GetFormat(
	bool useContent = false
)

Parameters

useContent (Optional)
Type: SystemBoolean
A flag to indicate whether to use content or extension.

Return Value

Type: FileFormat
The format of the current file.
See Also