Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

StandardFlags Property






Gets or sets flags that indicate the MSI barcode type, Code11 barcode type, and reading speed.
Syntax
[DataMemberAttribute(Name="StandardFlags", IsRequired=true)]
public Barcode1dStandardFlags StandardFlags {get; set;}
'Declaration
 
<DataMemberAttribute(Name="StandardFlags", IsRequired=True)>
Public Property StandardFlags As Barcode1dStandardFlags
'Usage
 
Dim instance As Barcode1d
Dim value As Barcode1dStandardFlags
 
instance.StandardFlags = value
 
value = instance.StandardFlags

            

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

Property Value

Flags that indicate the MSI barcode type, Code11 barcode type, and reading speed. Use a bitwise OR (|) to specify one flag from each group.
Example
For an example, refer to Barcode1d example.
Requirements

Target Platforms

See Also

Reference

Barcode1d Class
Barcode1d Members

Error processing SSI file
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