ActiveReports3 Request technical support
Type Property
See Also 


Gets or set the PDF417 barcode's type.

Syntax

Visual Basic (Declaration) 
Public Property Type As PDF417Type
Visual Basic (Usage)Copy Code
Dim instance As PDF417Options
Dim value As PDF417Type
 
instance.Type = value
 
value = instance.Type
C# 
public PDF417Type Type {get; set;}

Remarks

Uses the PDF417Type enumeration.

See Also