Gets or sets BarcodeReadFlags to indicate the operation behavior.
[DataMemberAttribute(Name="WriteFlags", IsRequired=true)]
public BarcodeWriteFlags WriteFlags { get; set; }
<DataMemberAttribute(Name="WriteFlags", IsRequired=True)>
Public Property WriteFlags As Leadtools.Services.Barcode.Datacontracts.BarcodeWriteFlags
[DataMemberAttribute(Name="WriteFlags", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeWriteFlags WriteFlags {
Leadtools.Services.Barcode.Datacontracts.BarcodeWriteFlags get();
void set ( Leadtools.Services.Barcode.Datacontracts.BarcodeWriteFlags );
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET