Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

Truncated Property








Gets or sets a value indicating whether to write truncated PDF417 symbols.
Syntax
[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);
}

Property Value

true to write truncated PDF417 symbols. Otherwise, false. The default value is false.
Remarks

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.

Example

For an example, refer to PDF417BarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

PDF417BarcodeWriteOptions Class
PDF417BarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features