Property Format
Format
Gets the format this writer produces.
public DocumentFormatDescriptor Format { get; }
Property Value
Remarks
This follows the ReportKind the writer was
constructed with, not the one a particular call resolves: the registry reads this
once, at registration, and a property has no call to read from. A caller who overrides
the kind through FormatSettings therefore gets bytes of the kind they asked for
from a writer that still describes itself as the kind it was registered as — which is
reported as a diagnostic rather than left to be discovered.