←Select platform

WriteFlags Property

Summary

Gets or sets the BarcodeReadFlags to specify behaviors of the operation.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

A BarcodeReadFlags enumerated value that indicates the behavior.

Remarks

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.

Example

For an example, refer to WriteRequest.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly