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 > PDF417BarcodeWriteOptions Class : Truncated Property |
[CategoryAttribute(" Options")] [DisplayNameAttribute("Truncated")] [DefaultValueAttribute()] [DescriptionAttribute("Write Truncated PDF417 symbols")] public bool Truncated {get; set;}
'Declaration
<CategoryAttribute(" Options")> <DisplayNameAttribute("Truncated")> <DefaultValueAttribute()> <DescriptionAttribute("Write Truncated PDF417 symbols")> Public Property Truncated As Boolean
'Usage
Dim instance As PDF417BarcodeWriteOptions Dim value As Boolean instance.Truncated = value value = instance.Truncated
[CategoryAttribute(" Options")] [DisplayNameAttribute("Truncated")] [DefaultValueAttribute()] [DescriptionAttribute("Write Truncated PDF417 symbols")] public bool Truncated {get; set;}
@property (nonatomic, assign) BOOL truncated
public boolean getTruncated() public void setTruncated(boolean value)
CategoryAttribute(" Options") DisplayNameAttribute("Truncated") DefaultValueAttribute() DescriptionAttribute("Write Truncated PDF417 symbols") <br/>get_Truncated();<br/>set_Truncated(value);<br/>Object.defineProperty('Truncated');
[CategoryAttribute(" Options")] [DisplayNameAttribute("Truncated")] [DefaultValueAttribute()] [DescriptionAttribute("Write Truncated PDF417 symbols")] public: property bool Truncated { bool get(); void set ( bool value); }
Truncated PDF417 are symbols that are missing one data crossword and the stop bars. Not all scanners will read Truncated PDF417, however LEADTOOLS will read these symbols normally.
For an example, refer to PDF417BarcodeWriteOptions.