←Select platform

Truncated Property

Summary

Gets or sets a value indicating whether to write truncated PDF417 symbols.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Truncated { get; set; } 
Public Property Truncated As Boolean 
public bool Truncated {get; set;} 
@property (nonatomic, assign) BOOL truncated 
public boolean getTruncated() 
public void setTruncated(boolean value) 
             
 <br/>get_Truncated();<br/>set_Truncated(value);<br/>Object.defineProperty('Truncated');  
public: 
property bool Truncated { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly