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