public int Columns { get; set; }
Public Property Columns As Integer
@property (nonatomic, assign) NSInteger columns
public int getColumns()
public void setColumns(int value)
An Int32 that indicates the maximum number of columns to use when writing PDF417 symbols. Must be a value between 0 and 30. The default value is 0.
The value of Rows and Columns are only used when the value of LimitByRowsAndColumns is true, otherwise, these values are not used and SymbolHeightAspectRatio and SymbolWidthAspectRatio are used instead.
A value of 0 for Rows or Columns means calculate the smallest rows and columns size required to write the data stored in PDF417BarcodeData.
For more information, refer to Writing Barcodes - Bounds and XModule.
For an example, refer to PDF417BarcodeWriteOptions.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document