 | PdfiumFPDF_SetFormFieldHighlightAlpha Method |
Set the transparency of the form field highlight color in the document.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_SetFormFieldHighlightAlpha(
IntPtr form_handle,
byte alpha
)
Public Shared Sub FPDF_SetFormFieldHighlightAlpha (
form_handle As IntPtr,
alpha As Byte
)
public:
static void FPDF_SetFormFieldHighlightAlpha(
IntPtr form_handle,
unsigned char alpha
)
static member FPDF_SetFormFieldHighlightAlpha :
form_handle : IntPtr *
alpha : byte -> unit
public static void FPDF_SetFormFieldHighlightAlpha(
IntPtr form_handle,
byte alpha
)
Patagames.Pdf.Pdfium.FPDF_SetFormFieldHighlightAlpha = function(form_handle, alpha);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
- alpha Byte
- The transparency of the form field highlight color. between 0-255.
See Also