IPXC_CharFormat::Mask Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CharFormat::Mask Property}}
 
{{#customTitle:IPXC_CharFormat::Mask Property}}
 +
{{#parentPage:PXV:IPXC_CharFormat#Properties|Mask|property}}
 +
{{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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Mask([out, retval] ULONG* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Mask([out, retval] ULONG* pVal);
HRESULT put_Mask([in] ULONG pVal);
+
HRESULT put_Mask([in] ULONG pVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_CharFormat|IPXC_CharFormat]].
+
[[PXV:IPXC_CharFormat|IPXC_CharFormat]]

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