메소드 | 설명 | |
---|---|---|
GetImageByteData ( this result ) : Task |
Get the image data as a byte array
|
|
GetImageStreamData ( this result ) : Task |
Gets the image data as a stream
|
|
SaveImageToDisk ( this result, string filePath ) : System.Threading.Tasks.Task |
Writes the image to disk
|
public static GetImageByteData ( this result ) : Task |
||
result | this | The result from compress |
리턴 | Task |
public static GetImageStreamData ( this result ) : Task |
||
result | this | The result from compress |
리턴 | Task |
public static SaveImageToDisk ( this result, string filePath ) : System.Threading.Tasks.Task | ||
result | this | The result from compress |
filePath | string | The path to store the file |
리턴 | System.Threading.Tasks.Task |