Leadtools.Barcode Namespace > PDF417BarcodeWriteOptions Class : Truncated Property |
[DisplayNameAttribute("Truncated")] [CategoryAttribute(" Options")] [DescriptionAttribute("Write Truncated PDF417 symbols")] [DefaultValueAttribute()] public bool Truncated {get; set;}
'Declaration <DisplayNameAttribute("Truncated")> <CategoryAttribute(" Options")> <DescriptionAttribute("Write Truncated PDF417 symbols")> <DefaultValueAttribute()> Public Property Truncated As Boolean
'Usage Dim instance As PDF417BarcodeWriteOptions Dim value As Boolean instance.Truncated = value value = instance.Truncated
[DisplayNameAttribute("Truncated")] [CategoryAttribute(" Options")] [DescriptionAttribute("Write Truncated PDF417 symbols")] [DefaultValueAttribute()] public bool Truncated {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Truncated") CategoryAttribute(" Options") DescriptionAttribute("Write Truncated PDF417 symbols") DefaultValueAttribute() get_Truncated();
set_Truncated(value);
[DisplayNameAttribute("Truncated")] [CategoryAttribute(" Options")] [DescriptionAttribute("Write Truncated PDF417 symbols")] [DefaultValueAttribute()] 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2