ImageGear for .NET
ChangeChannelDepths(ImGearRasterPage,Int32[]) Method
See Also  Example Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > ChangeChannelDepths Method : ChangeChannelDepths(ImGearRasterPage,Int32[]) Method




page
Page to process.
newChannelDepths
Array containing new channels depths.

Glossary Item Box

Changes bit depths of image channels.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Page to process.
newChannelDepths
Array containing new channels depths.

Example

C#Copy Code
// Change the channel depths of 3 channel image to 3,3,2
ImGearRasterProcessing.ChangeChannelDepths(igRasterPage, new int[] { 3, 3, 2 });
Visual BasicCopy Code
' Change the channel depths of 3 channel image to 3,3,2
ImGearRasterProcessing.ChangeChannelDepths(igRasterPage, New Integer() {3, 3, 2})

See Also

©2013. Accusoft Corporation. All Rights Reserved.