Class RawImageData
public class RawImageData : ImageData
- Inheritance
-
RawImageData
- Derived
- Inherited Members
Constructors
RawImageData(byte[], ImageType)
protected RawImageData(byte[] bytes, ImageType type)
Parameters
RawImageData(Uri, ImageType)
protected RawImageData(Uri url, ImageType type)
Parameters
url
Uritype
ImageType
Fields
CCITTG3_1D
Pure one-dimensional encoding (Group 3, 1-D)
public const int CCITTG3_1D = 257
Field Value
CCITTG3_2D
Mixed one- and two-dimensional encoding (Group 3, 2-D)
public const int CCITTG3_2D = 258
Field Value
CCITTG4
Pure two-dimensional encoding (Group 4)
public const int CCITTG4 = 256
Field Value
CCITT_BLACKIS1
A flag indicating whether 1-bits are to be interpreted as black pixels and 0-bits as white pixels,
public const int CCITT_BLACKIS1 = 1
Field Value
CCITT_ENCODEDBYTEALIGN
A flag indicating whether the filter expects extra 0-bits before each encoded line so that the line begins on a byte boundary.
public const int CCITT_ENCODEDBYTEALIGN = 2
Field Value
CCITT_ENDOFBLOCK
A flag indicating whether the filter expects the encoded data to be terminated by an end-of-block pattern, overriding the Rows parameter.
public const int CCITT_ENDOFBLOCK = 8
Field Value
Remarks
A flag indicating whether the filter expects the encoded data to be terminated by an end-of-block pattern, overriding the Rows parameter. The use of this flag will set the key /EndOfBlock to false.
CCITT_ENDOFLINE
A flag indicating whether end-of-line bit patterns are required to be present in the encoding.
public const int CCITT_ENDOFLINE = 4
Field Value
typeCcitt
protected int typeCcitt
Field Value
Methods
GetTypeCcitt()
public virtual int GetTypeCcitt()
Returns
IsRawImage()
public override bool IsRawImage()
Returns
SetTypeCcitt(int)
public virtual void SetTypeCcitt(int typeCcitt)
Parameters
typeCcitt
int