See Also

Barcode Class  | Barcode Members  | PDF417Options

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

PDF417 Property

Gets or sets the PDF417Options for the barcode control.

[Visual Basic]
Public Property PDF417 As PDF417Options
[C#]
public PDF417Options PDF417 {get; set;}

Remarks

PDF417 Options include Column, ErrorLevel, Row, and Type.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Barcode1.PDF417.Column = 2; 
    this.Barcode1.PDF417.Row = -1; 
    this.Barcode1.PDF417.Type = Options.PDF417Type.Simple; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Barcode1.PDF417.Column = 2
    Me.Barcode1.PDF417.Row = -1
    Me.Barcode1.PDF417.Type = Options.PDF417Type.Simple
End Sub

See Also

Barcode Class  | Barcode Members  | PDF417Options

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.