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 > MicroPDF417BarcodeReadOptions Class : ReadOptionalMacroFileNameField Property |
[DisplayNameAttribute("File name")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] [DescriptionAttribute("Enables the return of the optional macro 'File Name' field")] public bool ReadOptionalMacroFileNameField {get; set;}
'Declaration
<DisplayNameAttribute("File name")> <CategoryAttribute(" Optional Macro Fields")> <DefaultValueAttribute()> <DescriptionAttribute("Enables the return of the optional macro 'File Name' field")> Public Property ReadOptionalMacroFileNameField As Boolean
'Usage
Dim instance As MicroPDF417BarcodeReadOptions Dim value As Boolean instance.ReadOptionalMacroFileNameField = value value = instance.ReadOptionalMacroFileNameField
[DisplayNameAttribute("File name")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] [DescriptionAttribute("Enables the return of the optional macro 'File Name' field")] public bool ReadOptionalMacroFileNameField {get; set;}
@property (nonatomic, assign) BOOL readOptionalMacroFileNameField
public boolean getReadOptionalMacroFileNameField() public void setReadOptionalMacroFileNameField(boolean value)
DisplayNameAttribute("File name") CategoryAttribute(" Optional Macro Fields") DefaultValueAttribute() DescriptionAttribute("Enables the return of the optional macro 'File Name' field") <br/>get_ReadOptionalMacroFileNameField();<br/>set_ReadOptionalMacroFileNameField(value);<br/>Object.defineProperty('ReadOptionalMacroFileNameField');
[DisplayNameAttribute("File name")] [CategoryAttribute(" Optional Macro Fields")] [DefaultValueAttribute()] [DescriptionAttribute("Enables the return of the optional macro 'File Name' field")] public: property bool ReadOptionalMacroFileNameField { bool get(); void set ( bool value); }
For an example, refer to MicroPDF417BarcodeReadOptions.