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

Afficher le fichier Open project: nonorganic/dssnet

Protected Properties

Свойство Type Description
data byte[]

Méthodes publiques

Méthode Description
GetTag ( ) : int
GetValueSize ( ) : int
SetOffset ( int offset ) : void
WriteField ( Stream stream ) : void
WriteValue ( Stream stream ) : void

Méthodes protégées

Méthode Description
FieldBase ( int tag, int fieldType, int count ) : System

Method Details

FieldBase() protected méthode

protected FieldBase ( int tag, int fieldType, int count ) : System
tag int
fieldType int
count int
Résultat System

GetTag() public méthode

public GetTag ( ) : int
Résultat int

GetValueSize() public méthode

public GetValueSize ( ) : int
Résultat int

SetOffset() public méthode

public SetOffset ( int offset ) : void
offset int
Résultat void

WriteField() public méthode

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

WriteValue() public méthode

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

Property Details

data protected_oe property

protected byte[] data
Résultat byte[]