THotPDF.AddImageWithTransparency Method

Сводка метода: THotPDF.AddImageWithTransparency Method

Объявление

function AddImageWithTransparency(Width, Height: Integer; const RGB: array of byte; const Alpha: array of byte): Integer;

Модуль

HPDFDoc

Параметры

ИмяНазначение
WidthImage width in pixels
HeightImage height in pixels
RGBRGB byte array containing three bytes per pixel
AlphaAlpha byte array containing one byte per pixel

Возвращаемое значение

Image resource index for the transparent image

Примечания по использованию

Связанные API