LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

TypeFlags Property (ReadRequest)

Show in webframe





Gets or sets the barcode major type. Values can be combined by using a bitwise OR (|), when appropriate.
Syntax
[DataMemberAttribute(Name="TypeFlags", IsRequired=true)]
public BarcodeMajorTypeFlags TypeFlags {get; set;}
'Declaration
 
<DataMemberAttribute(Name="TypeFlags", IsRequired=True)>
Public Property TypeFlags As BarcodeMajorTypeFlags
'Usage
 
Dim instance As ReadRequest
Dim value As BarcodeMajorTypeFlags
 
instance.TypeFlags = value
 
value = instance.TypeFlags

            

            
[DataMemberAttribute(Name="TypeFlags", IsRequired=true)]
public:
property BarcodeMajorTypeFlags TypeFlags {
   BarcodeMajorTypeFlags get();
   void set (    BarcodeMajorTypeFlags value);
}

Property Value

A BarcodeMajorTypeFlags enumerator value which specifies the barcode major type.
Example
For an example, Refer to ReadRequest.
Requirements

Target Platforms

See Also

Reference

ReadRequest Class
ReadRequest Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features