BitmapDecoder.FrameCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of frames within the image file.
public:
property unsigned int FrameCount { unsigned int get(); };
uint32_t FrameCount();
public uint FrameCount { get; }
var uInt32 = bitmapDecoder.frameCount;
Public ReadOnly Property FrameCount As UInteger
Property Value
The number of frames.