SetPNGTransparencyColor
Version history
This function was introduced in Quick PDF Library version 7.11.
Description
Sets the RGB color to use as the transparency mask in PNG images that are generated by the rendering functions.
Syntax
Delphi
function TQuickPDF0813.SetPNGTransparencyColor(RedByte, GreenByte,
BlueByte: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetPNGTransparencyColor(RedByte As Long,
GreenByte As Long, BlueByte As Long) As Long
DLL
int QuickPDFSetPNGTransparencyColor(int InstanceID, int RedByte, int GreenByte,
int BlueByte)
Parameters
| RedByte | The red component |
| GreenByte | The green component |
| BlueByte | The blue component |