THotPDF.AddImageWithTransparency Method

Riepilogo del metodo: THotPDF.AddImageWithTransparency Method

Dichiarazione

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

Unità

HPDFDoc

Parametri

NomeScopo
WidthImage width in pixels
HeightImage height in pixels
RGBRGB byte array containing three bytes per pixel
AlphaAlpha byte array containing one byte per pixel

Valore restituito

Image resource index for the transparent image

Note d'uso

API correlate