BarcodeReaderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
BarcodeOrientationProperty | BarcodeOrientation 依存プロパティを識別します。 | |
FilteredImageProperty | FilteredImage 依存プロパティを識別します。 | |
MaxNumberOfSymbolsToReadProperty | MaxNumberOfSymbolsToRead 依存プロパティを識別します。 | |
MinSymbolSizeProperty | MinSymbolSize 依存プロパティを識別します。 |
名前 | 解説 | |
---|---|---|
BarcodeOrientation | 画像の記号の方向を示す SymbolOrientation 列挙値を取得または設定します。デフォルト値 SymbolOrientation.None は、水平方向および垂直方法両方へのスキャンを指定します。このプロパティを使用して、バーコード リーダーのパフォーマンスを改善します。 | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
FilteredImage | デコードされたバーコード記号を指定する、デコード後のフィルターされた画像を取得または設定します。DecodeAsync メソッドでデコードする場合はこのプロパティは使用しないでください。代わりに DecodeComplete イベント ハンドラーの FilteredImage 引数を使用してください。 | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 | |
MaxNumberOfSymbolsToRead | 画像のバーコード記号の最大数を指定します。既定値は 1 です。-1 に設定すると無制限で画像のすべての記号を検索します。このプロパティを使用して、バーコード リーダーのパフォーマンスを改善します。 | |
MinSymbolSize | シンボルが取り得る最小サイズ (ピクセル単位) を取得または設定します (幅と高さ)。このプロパティは、バーコード ゾーンが作成されるときリニア記号でのみ使用します。デフォルト値は指定されていません (-1)。画像のバーコード記号の最小ピクセル サイズがわかっている場合、このプロパティを使用して、バーコード リーダーのパフォーマンスを改善します。 |
名前 | 解説 | |
---|---|---|
CancelAsync | ||
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
Decode | オーバーロードされます。 すべてのサポートされる記号毎に指定したビットマップを同期にデコードします。 | |
DecodeAsync | オーバーロードされます。 すべての記号毎に指定したビットマップを非同期にデコードします。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
OnBarcodeOrientationChanged | BarcodeOrientationProperty プロパティ変更ハンドラー。 | |
OnFilteredImageChanged | FilteredImageProperty プロパティ変更ハンドラー。 | |
OnMinSymbolSizeChanged | MinSymbolSizeProperty プロパティ変更ハンドラー。 | |
OnMultipleSymbolsReadChanged | MultipleSymbolsReadProperty プロパティ変更ハンドラー。 | |
OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. System.Windows.DependencyObjectから継承されます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
DecodeComplete | 記号の検出有無に関係なく、デコードが完了すると発生します。 |