DefaultPreambleSequence Property
Definition
DefaultPreambleSequence
Gets or sets the default preamble action of EncodingOptions. Default is Remove.
public static PreambleSequence DefaultPreambleSequence { get; set; }
Property Value
- PreambleSequence
The default preamble action to use in Encoding related operations.
Remarks
Warning: changing this value should be thought through carefully as it can change the behavior you have come to expect. Consider using local adjustment instead.