FileType

LoadOptions.FileType property

Gets or sets the type of the file to open.

public FileType FileType { get; set; }

Remarks

When set to a value other than Unknown, GroupDocs.Redaction skips file type detection and uses the specified type.

See Also