Returns the detected format type of the document which was loaded. .

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FileFormat DetectedFormatType { get; }
Public ReadOnly Property DetectedFormatType As FileFormat
	Get
public:
property FileFormat DetectedFormatType {
	FileFormat get ();
}
member DetectedFormatType : FileFormat with get

Property Value

FileFormat

See Also