IPXC_FormField::SetFlags Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_FormField::SetFlags Method}}
 
{{#customTitle:IPXC_FormField::SetFlags Method}}
 +
{{#parentPage:PXV:IPXC_FormField#Methods|SetFlags|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Allows adding\removing form fields [[PXV:PXC_FormFieldFlag|flags]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT SetFlags([in] ULONG nSetFlags, [in] ULONG nMask);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT SetFlags([in] ULONG nSetFlags,
 +
                [in] ULONG nMask);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nSetFlags''
+
;nSetFlags
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the [[PXV:PXC_FormFieldFlag|flags]] that need to be set.
;''nMask''
+
;nMask
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the flag settings mask.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_FormField|IPXC_FormField]].
+
[[PXV:IPXC_FormField|IPXC_FormField]]

Latest revision as of 07:21, 21 September 2016


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