MobileForms Toolkit Documentation

CompactImage.LoadedFrame Property

Gets the number of frame which was loaded into CompactImage object.

public int LoadedFrame {get;}

Remarks

For those file formats which do not support multiple frames (e.g. jpeg) this property always returns 0 (the numbering of the frames is zero based). For others the actual frame number is returned.

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace