 | PdfiumFPDFPageObj_SetFillAlpha Method |
Set the opacity of the fill color of a page object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_SetFillAlpha(
IntPtr page_obj,
float alpha
)
Public Shared Sub FPDFPageObj_SetFillAlpha (
page_obj As IntPtr,
alpha As Single
)
public:
static void FPDFPageObj_SetFillAlpha(
IntPtr page_obj,
float alpha
)
static member FPDFPageObj_SetFillAlpha :
page_obj : IntPtr *
alpha : float32 -> unit
public static void FPDFPageObj_SetFillAlpha(
IntPtr page_obj,
float alpha
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetFillAlpha = function(page_obj, alpha);
Parameters
- page_obj IntPtr
- Handle to page object.
- alpha Single
- The opacity of the fill color of a page object.
See Also