LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

Columns Property (PDF417BarcodeWriteOptions)








Gets or sets a value that indicates the maximum number of columns to use when writing PDF417 symbols. .NET support WinRT support Silverlight support
Syntax
[DescriptionAttribute("The number or limits of columns to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")]
[DefaultValueAttribute()]
[CategoryAttribute("	Size")]
[DisplayNameAttribute("Columns")]
public int Columns {get; set;}
'Declaration
 
<DescriptionAttribute("The number or limits of columns to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")>
<DefaultValueAttribute()>
<CategoryAttribute("	Size")>
<DisplayNameAttribute("Columns")>
Public Property Columns As Integer
'Usage
 
Dim instance As PDF417BarcodeWriteOptions
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
[DescriptionAttribute("The number or limits of columns to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")]
[DefaultValueAttribute()]
[CategoryAttribute("	Size")]
[DisplayNameAttribute("Columns")]
public int Columns {get; set;}
ObjectiveC Syntax
Java Syntax
DescriptionAttribute("The number or limits of columns to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")
DefaultValueAttribute()
CategoryAttribute("	Size")
DisplayNameAttribute("Columns")
 get_Columns();
set_Columns(value);
[DescriptionAttribute("The number or limits of columns to use when writing the symbol. Only used when Limit by rows and columns is true. Must be a value greater to or equal to 0")]
[DefaultValueAttribute()]
[CategoryAttribute("	Size")]
[DisplayNameAttribute("Columns")]
public:
property int Columns {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that indicates the maximum number of columns to use when writing PDF417 symbols. Must be a value between 0 and 30. Default value is 0.
Remarks

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.

Example

For an example, refer to PDF417BarcodeWriteOptions.

Requirements

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

See Also

Reference

PDF417BarcodeWriteOptions Class
PDF417BarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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