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 |
---|
Uri | url | |
GetImage [2/4]
Source code
public static Image GetImage(Stream isp)
Arguments
Type | Name | Description |
---|
Stream | isp | |
GetImage [3/4]
Source code
public static Image GetImage(string file)
Arguments
Type | Name | Description |
---|
string | file | |
GetImage [4/4]
Source code
public static Image GetImage(byte[] data)
Arguments
Type | Name | Description |
---|
byte``[] | data | |
GetInt
Source code
public static int GetInt(Stream isp)
Arguments
Type | Name | Description |
---|
Stream | isp | |
GetWord
Source code
public static int GetWord(Stream isp)
Arguments
Type | Name | Description |
---|
Stream | isp | |
GetString
Source code
public static string GetString(Stream isp)
Arguments
Type | Name | Description |
---|
Stream | isp | |
Generated with ModularDoc