Click or drag to resize

PdfiumFPDFFormContent_SetTransparency Method

Sets transparency type for specified content object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFFormContent_SetTransparency(
	IntPtr contentObject,
	FormObjectTransparency transparency
)

Parameters

contentObject  IntPtr
Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
transparency  FormObjectTransparency
Transparency type
See Also