FileFormat

DocumentInfo.FileFormat property

Gets the detected file format of the document.

public FileFormat FileFormat { get; }

Property Value

A FileFormat value indicating the document type (e.g., Docx, Pdf).

See Also