iText 5

BmpImage

BmpImage 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.BmpImage[[BmpImage]] end

Members

Methods

Public Static methods

Returns

Name

Image

GetImage

(...)

Protected methods

Returns

Name

void

Process

(Stream stream, bool noHeader)

Details

Constructors

BmpImage

Source code

internal BmpImage(Stream isp, bool noHeader, int size)

Arguments

Type

Name

Description

Stream

isp

bool

noHeader

int

size

Methods

GetImage [1/5]

Source code

public static Image GetImage(Uri url)

Arguments

Type

Name

Description

Uri

url

GetImage [2/5]

Source code

public static Image GetImage(Stream isp)

Arguments

Type

Name

Description

Stream

isp

GetImage [3/5]

Source code

public static Image GetImage(Stream isp, bool noHeader, int size)

Arguments

Type

Name

Description

Stream

isp

bool

noHeader

int

size

GetImage [4/5]

Source code

public static Image GetImage(string file)

Arguments

Type

Name

Description

string

file

GetImage [5/5]

Source code

public static Image GetImage(byte[] data)

Arguments

Type

Name

Description

byte``[]

data

Process

Source code

protected virtual void Process(Stream stream, bool noHeader)

Arguments

Type

Name

Description

Stream

stream

bool

noHeader

Generated with ModularDoc