Click or drag to resize

IMcLiveEDFAccumulate Property

Accumulate all images into EDF

Namespace:  MediaCy.IQL.Live
Assembly:  MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
Syntax
VB
Property Accumulate As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
When the option is FALSE images can be added one by one using AddImage method. When the option is TRUE, every live image will be added to EDF after StartEDF.
See Also