Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
ShiftDataCommand Class Properties
See Also 
Leadtools.ImageProcessing.Core Namespace : ShiftDataCommand Class


For a list of all members of this type, see ShiftDataCommand members.

Public Properties

 NameDescription
Public PropertyDestinationBitsPerPixel Gets or sets the bits per pixel for the destination image. The allowed values are 8, 12, or 16.  
Public PropertyDestinationImage RasterImage object that references the 8, 12 or 16-bit grayscale image resulting from the command. The source image will not be affected.  
Public PropertyDestinationLowBit Gets or sets the bit position where the selected mask will be copied into the destination image.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertySourceHighBit Gets or sets the position of the end bit.  
Public PropertySourceLowBit Gets or sets the position of the start bit that will construct the mask.  
Top

See Also