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.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected 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