Format

WordProcessingLoadOptions.Format property

Input document file type. Is null until a format has been set, so test it for null rather than against Unknown, which it never equals.

public WordProcessingFileType Format { get; set; }

See Also