C# Class iTextSharp.text.pdf.codec.TiffWriter

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
AddField ( FieldBase field ) : void
CompressLZW ( Stream stream, int predictor, byte b, int height, int samplesPerPixel, int stride ) : void
GetIfdSize ( ) : int
WriteFile ( Stream stream ) : void
WriteLong ( int v, Stream stream ) : void
WriteShort ( int v, Stream stream ) : void

Method Details

AddField() public méthode

public AddField ( FieldBase field ) : void
field FieldBase
Résultat void

CompressLZW() public static méthode

public static CompressLZW ( Stream stream, int predictor, byte b, int height, int samplesPerPixel, int stride ) : void
stream Stream
predictor int
b byte
height int
samplesPerPixel int
stride int
Résultat void

GetIfdSize() public méthode

public GetIfdSize ( ) : int
Résultat int

WriteFile() public méthode

public WriteFile ( Stream stream ) : void
stream Stream
Résultat void

WriteLong() public static méthode

public static WriteLong ( int v, Stream stream ) : void
v int
stream Stream
Résultat void

WriteShort() public static méthode

public static WriteShort ( int v, Stream stream ) : void
v int
stream Stream
Résultat void