TiffWriter Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.codec
iTextSharp.text.pdf.codec.TiffWriter[[TiffWriter]]
end
Members
Methods
Public methods
Public Static methods
| Returns | Name |
|---|
void | CompressLZW(Stream stream, int predictor, byte``[] b, int height, int samplesPerPixel, int stride) |
void | WriteLong(int v, Stream stream) |
void | WriteShort(int v, Stream stream) |
Details
Nested types
Classes
FieldBaseFieldShortFieldLongFieldRationalFieldByteFieldUndefinedFieldImageFieldAscii
Constructors
TiffWriter
Source code
public TiffWriter()
Methods
AddField
Source code
public virtual void AddField(FieldBase field)
Arguments
| Type | Name | Description |
|---|
FieldBase | field | |
GetIfdSize
Source code
public virtual int GetIfdSize()
WriteFile
Source code
public virtual void WriteFile(Stream stream)
Arguments
| Type | Name | Description |
|---|
Stream | stream | |
WriteShort
Source code
public static void WriteShort(int v, Stream stream)
Arguments
| Type | Name | Description |
|---|
int | v | |
Stream | stream | |
WriteLong
Source code
public static void WriteLong(int v, Stream stream)
Arguments
| Type | Name | Description |
|---|
int | v | |
Stream | stream | |
CompressLZW
Source code
public static void CompressLZW(Stream stream, int predictor, byte[] b, int height, int samplesPerPixel, int stride)
Arguments
| Type | Name | Description |
|---|
Stream | stream | |
int | predictor | |
byte``[] | b | |
int | height | |
int | samplesPerPixel | |
int | stride | |
Generated with ModularDoc