Format

PclLoadOptions.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 PageDescriptionLanguageFileType Format { get; }

See Also