Format

PublisherLoadOptions.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 PublisherFileType Format { get; }

See Also