SetTransparency
Vector graphics, Text, Page layout
Description
Sets the transparency for all subsequently drawn text and graphics.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetTransparency(Transparency: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetTransparency(
Transparency As Long) As Long
DLL
int DPLSetTransparency(int InstanceID, int Transparency)
Parameters
Transparency |
The amount of transparency to apply 0 = No transparency 50 = 50% transparency 100 = Invisible |
Return values
0 | The transparency specified was out of range |
1 | The transparency was set successfully |