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
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Constructors
BmpImage
Source code
internal BmpImage(Stream isp, bool noHeader, int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
|
|
|
noHeader |
|
|
|
size |
Methods
GetImage [1/5]
Source code
public static Image GetImage(Uri url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
GetImage [2/5]
Source code
public static Image GetImage(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
GetImage [3/5]
Source code
public static Image GetImage(Stream isp, bool noHeader, int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
|
|
|
noHeader |
|
|
|
size |
GetImage [4/5]
Source code
public static Image GetImage(string file)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
file |
GetImage [5/5]
Source code
public static Image GetImage(byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
Process
Source code
protected virtual void Process(Stream stream, bool noHeader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
|
|
|
noHeader |
Generated with ModularDoc