IPXC_CharFormat::Mask Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CharFormat::Mask Property}}
 
{{#customTitle:IPXC_CharFormat::Mask Property}}
{{#parentPage:PXV:IPXC_CharFormat#Properties|Mask Property|property}}
+
{{#parentPage:PXV:IPXC_CharFormat#Properties|Mask|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Mask''' of interface [[PXV:IPXC_CharFormat|IPXC_CharFormat]] returns/sets  Value of ULONG ...
+
Property '''Mask''' of interface [[PXV:IPXC_CharFormat|IPXC_CharFormat]] returns/sets  Value of ULONG containing the [[PXV:PXC_CharFormatMask|character format mask]].
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 05:41, 1 November 2016


Property Mask of interface IPXC_CharFormat returns/sets Value of ULONG containing the character format mask.

Syntax

HRESULT get_Mask([out, retval]  ULONG*  pVal);
HRESULT put_Mask([in]  ULONG  pVal);

See Also

IPXC_CharFormat