Click or drag to resize

DbImageSourceDoAllFrames Property

Whether to include all of the frames as individual images in the source.

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool DoAllFrames { get; set; }

Property Value

Type: Boolean
True if each frame is an image in the source. False if only the first frame is used. If DoAllFrames is false, this class doesn't ever decode images to find the frame count. So, if all of the images are known to be single-framed, this class will be much faster if this property is set to false.
See Also