Gets or sets the BarcodeReadFlags to specify behaviors of the operation.
[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 behavior.
Values can be combined by using a bitwise OR ( ¦ ), when appropriate. Sets the value to "None" to get the default values, based on the type of barcode that is to be written.
For an example, refer to WriteRequest.
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