ActiveReports Developer 7
Encoding Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace > QRCodeOptions Class : Encoding Property

Glossary Item Box

Gets or sets the Encoding of the barcode data.

Syntax

Visual Basic (Declaration) 
Public Property Encoding As System.Text.Encoding
C# 
public System.Text.Encoding Encoding {get; set;}

See Also