Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PDF417BarcodeReadOptions Class : ReadOptionalMacro79AndAZField Property |
[DisplayNameAttribute("7 to 9 and A to Z")] [DescriptionAttribute("Enables the return of the optional '7 to 9 and A to Z' field")] [DefaultValueAttribute()] [CategoryAttribute(" Optional Macro Fields")] public bool ReadOptionalMacro79AndAZField {get; set;}
'Declaration
<DisplayNameAttribute("7 to 9 and A to Z")> <DescriptionAttribute("Enables the return of the optional '7 to 9 and A to Z' field")> <DefaultValueAttribute()> <CategoryAttribute(" Optional Macro Fields")> Public Property ReadOptionalMacro79AndAZField As Boolean
'Usage
Dim instance As PDF417BarcodeReadOptions Dim value As Boolean instance.ReadOptionalMacro79AndAZField = value value = instance.ReadOptionalMacro79AndAZField
[DisplayNameAttribute("7 to 9 and A to Z")] [DescriptionAttribute("Enables the return of the optional '7 to 9 and A to Z' field")] [DefaultValueAttribute()] [CategoryAttribute(" Optional Macro Fields")] public bool ReadOptionalMacro79AndAZField {get; set;}
@property (nonatomic, assign) BOOL readOptionalMacro79AndAZField
public boolean getReadOptionalMacro79AndAZField() public void setReadOptionalMacro79AndAZField(boolean value)
DisplayNameAttribute("7 to 9 and A to Z") DescriptionAttribute("Enables the return of the optional '7 to 9 and A to Z' field") DefaultValueAttribute() CategoryAttribute(" Optional Macro Fields") <br/>get_ReadOptionalMacro79AndAZField();<br/>set_ReadOptionalMacro79AndAZField(value);<br/>Object.defineProperty('ReadOptionalMacro79AndAZField');
[DisplayNameAttribute("7 to 9 and A to Z")] [DescriptionAttribute("Enables the return of the optional '7 to 9 and A to Z' field")] [DefaultValueAttribute()] [CategoryAttribute(" Optional Macro Fields")] public: property bool ReadOptionalMacro79AndAZField { bool get(); void set ( bool value); }
For an example, refer to PDF417BarcodeReadOptions.