Click or drag to resize

BaseImageProcessingVariationCapableElementStoreOrResetVariationParameters Method

Copies the data model of an image processing element to a backup memory or restores it from there. If true the property is put into the backup, if false it is recreated from there.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected abstract void StoreOrResetVariationParameters(
	bool isToStore
)

Parameters

isToStore  Boolean

[Missing <param name="isToStore"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingVariationCapableElement.StoreOrResetVariationParameters(System.Boolean)"]

See Also