IPXC_CharFormat::ModifyMask Method

From PDF XChange PDF SDK
Jump to: navigation, search


Allows adding or removing char format mask flags.

Syntax

HRESULT ModifyMask(                       ULONG  nAdd,
                   [in, defaultvalue(0)]  ULONG  nRemove);

Parameters

nAdd
Value of ULONG containing the flags that should be added to the mask.
nRemove
[in, defaultvalue(0)] Value of ULONG containing the flags that should be removed from the mask.

Return Value

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

See Also

IPXC_CharFormat