ImgCCITT Public class
Description
CCITT Image data that has to be inserted into the document
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.ImgCCITT[[ImgCCITT]] iTextSharp.text.Image[[Image]] class iTextSharp.text.Image abstractStyle; end iTextSharp.text.Image --> iTextSharp.text.ImgCCITT
Details
Summary
CCITT Image data that has to be inserted into the document
Inheritance
Constructors
ImgCCITT [1/2]
Source code
public ImgCCITT(Image image)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
image |
ImgCCITT [2/2]
Source code
public ImgCCITT(int width, int height, bool reverseBits, int typeCCITT, int parameters, byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
width |
the exact width of the image |
|
|
height |
the exact height of the image |
|
|
reverseBits |
reverses the bits in data.
|
|
|
typeCCITT |
the type of compression in data. It can be
|
|
|
parameters |
parameters associated with this stream. Possible values are
|
|
|
data |
the image data |
Summary
Creats an Image in CCITT mode.
Generated with ModularDoc