Метод | Описание | |
---|---|---|
AddWaterMark ( string filePath, string text ) : byte[] | ||
HasFile ( this file ) : bool | ||
ResizeImageFile ( string path, int width, int height ) : byte[] | ||
ResizeImageFile ( this imageFile, int width, int height ) : byte[] |
تغییر اندازه تصویر
|
public static AddWaterMark ( string filePath, string text ) : byte[] | ||
filePath | string | |
text | string | |
Результат | byte[] |
public static HasFile ( this file ) : bool | ||
file | this | |
Результат | bool |
public static ResizeImageFile ( string path, int width, int height ) : byte[] | ||
path | string | |
width | int | |
height | int | |
Результат | byte[] |
public static ResizeImageFile ( this imageFile, int width, int height ) : byte[] | ||
imageFile | this | |
width | int | |
height | int | |
Результат | byte[] |