ExtendedFocusOptionsCommandCreateTopoImage Property
|
|
Defines whether topology image is going to be retained after CreateBestFocusImage call.
Namespace:
MediaCy.Addins.Align
Assembly:
MediaCy.Addins.Align (in MediaCy.Addins.Align.dll) Version: 3.1.0.0
SyntaxPublic Property CreateTopoImage As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
Boolean
RemarksThe option defines whether topology image, which is always generated creating best-focus image, must be retained,
so it can be quickly retrieved by CreateTopoImage called after CreateBestFocusImage.
When the option is False, the topology-image is discarded after CreateBestFocusImage saving memory.
See Also