Click or drag to resize

DeviceSetCameraPixelOrder Method

Sets the pixel order for each enabled camera.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool SetCameraPixelOrder(
	ImagePixelType[] pixelOrder
)

Parameters

pixelOrder
Type: Atalasoft.TwainImagePixelType

An array indicating the pixel type for each camera.

If null (Nothing in VB) or an empty array are provided, the camera order will be reset to its startup value.

Return Value

Type: Boolean
True if the request was successful.
Exceptions
ExceptionCondition
Thrown if the device is not in state SourceOpen.
See Also