PngImage 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.PngImage[[PngImage]] end
Members
Methods
Public Static methods
Details
Methods
GetImage [1/4]
Source code
public static Image GetImage(Uri url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
GetImage [2/4]
Source code
public static Image GetImage(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
GetImage [3/4]
Source code
public static Image GetImage(string file)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
file |
GetImage [4/4]
Source code
public static Image GetImage(byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
GetInt
Source code
public static int GetInt(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
GetWord
Source code
public static int GetWord(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
GetString
Source code
public static string GetString(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
Generated with ModularDoc