C# Класс iTextSharp.text.ImgRaw

Raw Image data that has to be inserted into the document
Наследование: Image
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImgRaw ( Image image ) : System
ImgRaw ( int width, int height, int components, int bpc, Array data ) : System

Creats an Image in raw mode.

Описание методов

ImgRaw() публичный метод

public ImgRaw ( Image image ) : System
image Image
Результат System

ImgRaw() публичный метод

Creats an Image in raw mode.
public ImgRaw ( int width, int height, int components, int bpc, Array data ) : System
width int the exact width of the image
height int the exact height of the image
components int 1,3 or 4 for GrayScale, RGB and CMYK
bpc int bits per component. Must be 1,2,4 or 8
data Array data the image data
Результат System