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

Show in webframe

WriteFlags Property (WriteOption)






Gets or sets BarcodeReadFlags to indicate the operation behavior.
Syntax
[DataMemberAttribute(Name="WriteFlags", IsRequired=true)]
public BarcodeWriteFlags WriteFlags {get; set;}
'Declaration
 
<DataMemberAttribute(Name="WriteFlags", IsRequired=True)>
Public Property WriteFlags As BarcodeWriteFlags
'Usage
 
Dim instance As WriteOption
Dim value As BarcodeWriteFlags
 
instance.WriteFlags = value
 
value = instance.WriteFlags

            

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

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

See Also

Reference

WriteOption Class
WriteOption 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