Skip to main content
Skip table of contents

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
ReturnsName
ImageGetImage(...)
Protected methods
ReturnsName
voidProcess(Stream stream, bool noHeader)

Details

Constructors

BmpImage

Source code

internal BmpImage(Stream isp, bool noHeader, int size)
Arguments
TypeNameDescription
Streamisp
boolnoHeader
intsize

Methods

GetImage [1/5]

Source code

public static Image GetImage(Uri url)
Arguments
TypeNameDescription
Uriurl
GetImage [2/5]

Source code

public static Image GetImage(Stream isp)
Arguments
TypeNameDescription
Streamisp
GetImage [3/5]

Source code

public static Image GetImage(Stream isp, bool noHeader, int size)
Arguments
TypeNameDescription
Streamisp
boolnoHeader
intsize
GetImage [4/5]

Source code

public static Image GetImage(string file)
Arguments
TypeNameDescription
stringfile
GetImage [5/5]

Source code

public static Image GetImage(byte[] data)
Arguments
TypeNameDescription
byte``[]data
Process

Source code

protected virtual void Process(Stream stream, bool noHeader)
Arguments
TypeNameDescription
Streamstream
boolnoHeader

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.