Share via


BarcodeScannerVideoFrame.Format Property

Definition

Gets the format of the video frame.

public:
 property BitmapPixelFormat Format { BitmapPixelFormat get(); };
BitmapPixelFormat Format();
public BitmapPixelFormat Format { get; }
var bitmapPixelFormat = barcodeScannerVideoFrame.format;
Public ReadOnly Property Format As BitmapPixelFormat

Property Value

The format of the video frame as a BitmapPixelFormat object.

Applies to