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

Mostrar archivo Open project: nonorganic/dssnet

Protected Properties

Property Type Description
data byte[]

Public Methods

Method Description
GetTag ( ) : int
GetValueSize ( ) : int
SetOffset ( int offset ) : void
WriteField ( Stream stream ) : void
WriteValue ( Stream stream ) : void

Protected Methods

Method Description
FieldBase ( int tag, int fieldType, int count ) : System

Method Details

FieldBase() protected method

protected FieldBase ( int tag, int fieldType, int count ) : System
tag int
fieldType int
count int
return System

GetTag() public method

public GetTag ( ) : int
return int

GetValueSize() public method

public GetValueSize ( ) : int
return int

SetOffset() public method

public SetOffset ( int offset ) : void
offset int
return void

WriteField() public method

public WriteField ( Stream stream ) : void
stream Stream
return void

WriteValue() public method

public WriteValue ( Stream stream ) : void
stream Stream
return void

Property Details

data protected_oe property

protected byte[] data
return byte[]