LowLagPhotoSequenceControl.ThumbnailEnabled Property

Definition

Gets a value that enables and disables thumbnail support in photo sequence mode.

public:
 property bool ThumbnailEnabled { bool get(); void set(bool value); };
bool ThumbnailEnabled();

void ThumbnailEnabled(bool value);
public bool ThumbnailEnabled { get; set; }
var boolean = lowLagPhotoSequenceControl.thumbnailEnabled;
lowLagPhotoSequenceControl.thumbnailEnabled = boolean;
Public Property ThumbnailEnabled As Boolean

Property Value

Boolean

bool

true if thumbnails are enabled; otherwise, false.

Remarks

Thumbnails are supported for a low shutter lag single photos and photo sequences.

To enable thumbnails, set ThumbnailEnabled to true.

You can set the desired thumbnail size through DesiredThumbnailSize and set the thumbnail format through ThumbnailFormat.

Applies to