TwainSetPlanarChunky Method (GdPictureImaging)
Try to specify the color data formats There are two Options, "planar" And "chunky".
public bool TwainSetPlanarChunky(
int
)
public function TwainSetPlanarChunky(
: Integer
): Boolean;
public function TwainSetPlanarChunky(
: int
) : boolean;
public: bool TwainSetPlanarChunky(
int
)
public:
bool TwainSetPlanarChunky(
int
)
'Declaration
Public Function TwainSetPlanarChunky( _
ByVal As Integer _
) As Boolean
Parameters
- PlanarChunky
- 0 for Chunky or 1 for Planar.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.