IPXC_FormField::SetFlags Method

From PDF XChange PDF SDK
Jump to: navigation, search


Allows adding\removing form fields flags.

Syntax

HRESULT SetFlags([in]  ULONG  nSetFlags,
                 [in]  ULONG  nMask);

Parameters

nSetFlags
[in] Value of ULONG containing the flags that need to be set.
nMask
[in] Value of ULONG containing the flag settings mask.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_FormField