IPXC_FormField::SetFlags Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_FormField::SetFlags Method}}
 
{{#customTitle:IPXC_FormField::SetFlags Method}}
{{#parentPage:PXV:IPXC_FormField#Methods|SetFlags Method|method}}
+
{{#parentPage:PXV:IPXC_FormField#Methods|SetFlags|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Allows adding\removing form fields [[PXV:PXC_FormFieldFlag|flags]].
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== 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 22: Line 21:
  
 
== 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