Gets or sets a value indicating whether to write truncated PDF417 symbols.
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');
true to write truncated PDF417 symbols. Otherwise, false. The default value is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET