Table of Contents

Class BmpImageData

Namespace
iText.IO.Image
Assembly
itext.io.dll
public class BmpImageData : RawImageData
Inheritance
BmpImageData
Inherited Members

Constructors

BmpImageData(byte[], bool)

Creates instance of BmpImageData

protected BmpImageData(byte[] bytes, bool noHeader)

Parameters

bytes byte[]

contents of the image

noHeader bool

indicates that the source image does not have a header

BmpImageData(Uri, bool)

Creates instance of BmpImageData

protected BmpImageData(Uri url, bool noHeader)

Parameters

url Uri

url of the image

noHeader bool

indicates that the source image does not have a header

Methods

IsNoHeader()

public virtual bool IsNoHeader()

Returns

bool

True if the bitmap image does not contain a header