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