 | PdfiumFPDFFormContent_BackgroundAlphaNeeded Method |
Check something.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFFormContent_BackgroundAlphaNeeded(
IntPtr contentObject
)
Public Shared Function FPDFFormContent_BackgroundAlphaNeeded (
contentObject As IntPtr
) As Boolean
public:
static bool FPDFFormContent_BackgroundAlphaNeeded(
IntPtr contentObject
)
static member FPDFFormContent_BackgroundAlphaNeeded :
contentObject : IntPtr -> bool
public static boolean FPDFFormContent_BackgroundAlphaNeeded(
IntPtr contentObject
)
Patagames.Pdf.Pdfium.FPDFFormContent_BackgroundAlphaNeeded = function(contentObject);
Parameters
- contentObject IntPtr
- Handle to form object returned by FPDFFormObj_GetFormContent(IntPtr)
Return Value
BooleanTrue or False
See Also