Gets or sets BarcodeReadFlags to indicate the operation behavior.
[DataMemberAttribute(Name="WriteFlags", IsRequired=true)]
public BarcodeWriteFlags WriteFlags { get; set; }
A BarcodeReadFlags enumerated value that indicates the method behavior.
Values can be combined when appropriate, by using a bitwise OR ( ¦ ). Pass BarcodeWriteFlags.None to use the default values, based on the type of barcode that has been written.
For an example, Refer to WriteOption.