PDFView4NET WPF Edition
CharacterSet Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFQRBarcode Class : CharacterSet Property
Gets or sets the character set.
Syntax
'Declaration
 
Public Property CharacterSet As QRCharacterSet
'Usage
 
Dim instance As PDFQRBarcode
Dim value As QRCharacterSet
 
instance.CharacterSet = value
 
value = instance.CharacterSet
public QRCharacterSet CharacterSet {get; set;}
public: __property QRCharacterSet get_CharacterSet();
public: __property void set_CharacterSet( 
   QRCharacterSet value
);
public:
property QRCharacterSet CharacterSet {
   QRCharacterSet get();
   void set (    QRCharacterSet value);
}

Property Value

The character set used to encode the barcode data.
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

PDFQRBarcode Class
PDFQRBarcode Members