←Select platform

WriteFlags Property

Summary

Gets or sets BarcodeReadFlags to indicate the operation behavior.

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 method behavior.

Remarks

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.

Example

For an example, Refer to WriteOption.

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