←Select platform

WriteOptions Property

Summary

Gets or sets the options and types of barcode to be written on an image.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="WriteOptions", IsRequired=true)] 
public WriteOptions WriteOptions { get; set; } 
  
<DataMemberAttribute(Name="WriteOptions", IsRequired=True)> 
Public Property WriteOptions As Leadtools.Services.Barcode.Datacontracts.WriteOptions 
[DataMemberAttribute(Name="WriteOptions", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.WriteOptions^ WriteOptions { 
   Leadtools.Services.Barcode.Datacontracts.WriteOptions^ get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.WriteOptions^ ); 
} 

Property Value

A WriteOptions object that contains the options and types of barcode to be written on an image.

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