ImageSaveOptions.DeviceWritesImages

ImageSaveOptions.DeviceWritesImages property

Gets/sets the flag that determines whether the image device will write output images. Set it to

false

if you are planning to write images using image device’s Result property.

public bool DeviceWritesImages { get; set; }

See Also