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 : ReadOptionalMacroFileSizeField Property |
[DefaultValueAttribute()] [CategoryAttribute(" Optional Macro Fields")] [DescriptionAttribute("Enables the return of the optional 'File Size' field")] [DisplayNameAttribute("File size")] public bool ReadOptionalMacroFileSizeField {get; set;}
'Declaration
<DefaultValueAttribute()> <CategoryAttribute(" Optional Macro Fields")> <DescriptionAttribute("Enables the return of the optional 'File Size' field")> <DisplayNameAttribute("File size")> Public Property ReadOptionalMacroFileSizeField As Boolean
'Usage
Dim instance As PDF417BarcodeReadOptions Dim value As Boolean instance.ReadOptionalMacroFileSizeField = value value = instance.ReadOptionalMacroFileSizeField
[DefaultValueAttribute()] [CategoryAttribute(" Optional Macro Fields")] [DescriptionAttribute("Enables the return of the optional 'File Size' field")] [DisplayNameAttribute("File size")] public bool ReadOptionalMacroFileSizeField {get; set;}
@property (nonatomic, assign) BOOL readOptionalMacroFileSizeField
public boolean getReadOptionalMacroFileSizeField() public void setReadOptionalMacroFileSizeField(boolean value)
DefaultValueAttribute() CategoryAttribute(" Optional Macro Fields") DescriptionAttribute("Enables the return of the optional 'File Size' field") DisplayNameAttribute("File size") <br/>get_ReadOptionalMacroFileSizeField();<br/>set_ReadOptionalMacroFileSizeField(value);<br/>Object.defineProperty('ReadOptionalMacroFileSizeField');
[DefaultValueAttribute()] [CategoryAttribute(" Optional Macro Fields")] [DescriptionAttribute("Enables the return of the optional 'File Size' field")] [DisplayNameAttribute("File size")] public: property bool ReadOptionalMacroFileSizeField { bool get(); void set ( bool value); }
For an example, refer to PDF417BarcodeReadOptions.