IPXC_FormField::SetFlags Method

From PDF XChange PDF SDK
Revision as of 07:21, 21 September 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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