BarCode for UWP/WinRT
EncodingException プロパティ

Textのエンコードを妨げたC1.BarCode.BarCodeExceptionを取得します。
構文
'宣言
 
Public ReadOnly Property EncodingException As BarCodeException
public BarCodeException EncodingException {get;}
解説

ほとんどのエンコーディングでは、いくつかの制限に基づいて、表すことができるテキストのタイプが決まっています。たとえば、 数値だけを使用できるエンコーディングや、特定の長さのテキストを必要とするエンコーディングがあります。

現在の CodeType を使用して Text プロパティの値を表すことができない場合、 コントロールにエラーメッセージが表示されます。

この場合は、EncodingException プロパティから、 バーコードの生成を妨げた例外に関する詳細が返されます。

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

参照

関連項目

C1BarCode クラス
C1BarCode メンバ

Send Feedback