TiffImage 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.TiffImage[[TiffImage]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
(
s) |
|
|
( |
|
|
( |
Protected Static methods
|
Returns |
Name |
|---|---|
|
|
(
dir,
s) |
Details
Constructors
TiffImage
public TiffImage()
Methods
GetNumberOfPages
Source code
public static int GetNumberOfPages(RandomAccessFileOrArray s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
GetTiffImage [1/4]
Source code
public static Image GetTiffImage(RandomAccessFileOrArray s, bool recoverFromImageError, int page, bool direct)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
|
|
|
recoverFromImageError |
|
|
|
page |
|
|
|
direct |
GetTiffImage [2/4]
Source code
public static Image GetTiffImage(RandomAccessFileOrArray s, bool recoverFromImageError, int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
|
|
|
recoverFromImageError |
|
|
|
page |
GetTiffImage [3/4]
Source code
public static Image GetTiffImage(RandomAccessFileOrArray s, int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
|
|
|
page |
GetTiffImage [4/4]
Source code
public static Image GetTiffImage(RandomAccessFileOrArray s, int page, bool direct)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
|
|
|
page |
|
|
|
direct |
GetTiffImageColor
Source code
protected static Image GetTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dir |
|
|
|
s |
DecodePackbits
Source code
public static void DecodePackbits(byte[] data, byte[] dst)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
dst |
Inflate
Source code
public static void Inflate(byte[] deflated, byte[] inflated)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
deflated |
|
|
|
inflated |
ApplyPredictor
Source code
public static void ApplyPredictor(byte[] uncompData, int predictor, int w, int h, int samplesPerPixel)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
uncompData |
|
|
|
predictor |
|
|
|
w |
|
|
|
h |
|
|
|
samplesPerPixel |
Generated with ModularDoc