DocumentPixelFormatChanger Class |
Namespace: Atalasoft.Imaging.ImageProcessing.Document
The DocumentPixelFormatChanger type exposes the following members.
Name | Description | |
---|---|---|
DocumentPixelFormatChanger | Creates a new instance of DocumentPixelFormatChanger. |
Name | Description | |
---|---|---|
AdaptiveThresholdCommand | Gets the AdaptiveThresholdCommand used by the DocumentPixelFormatChanger.
| |
BasePixelChanger | Gets the base PixelFormatChanger passed into the DocumentPixelChanger
constructor. | |
GlobalThresholdCommand | Gets the GlobalThresholdCommand used by the DocumentPixelFormatChanger.
| |
SimpleThresholdCommand | Gets the SimpleThresholdCommand that used by the
DocumentPixelFormatChanger. | |
ThresholdMethod | Gets or sets the threshold method to use when converting to 1-bit images. |
Name | Description | |
---|---|---|
ChangePixelFormat | Allocate a new AtalaImage based on the sourceImage, using the requested pixel format. (Inherited from PixelFormatChanger.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetThresholdCommand | Returns the threshold command used based on the value of ThresholdMethod. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LowLevelChangePixelFormat |
Lows the level change pixel format.
(Overrides PixelFormatChangerLowLevelChangePixelFormat(AtalaImage, PixelFormat, ColorProfile).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |