IPXV_PageRegion::Flags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageRegion::Flags Property}}
 
{{#customTitle:IPXV_PageRegion::Flags Property}}
{{#parentPage:PXV:IPXV_PageRegion|Flags Property|property}}
+
{{#parentPage:PXV:IPXV_PageRegion#Properties|Flags|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Flags''' of interface [[PXV:IPXV_PageRegion|IPXV_PageRegion]] returns/sets  Value of ULONG ...
+
Property '''nFlags''' of interface [[PXV:IPXV_PageRegion|IPXV_PageRegion]] returns/sets  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  pFlags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Flags([out, retval]  ULONG*  nFlags);
HRESULT put_Flags([in]  ULONG  pFlags);
+
HRESULT put_Flags([in]  ULONG  nFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_PageRegion|IPXV_PageRegion]].
+
[[PXV:IPXV_PageRegion|IPXV_PageRegion]]

Latest revision as of 04:02, 15 June 2015


Property nFlags of interface IPXV_PageRegion returns/sets Value of ULONG ...

Syntax

HRESULT get_Flags([out, retval]  ULONG*  nFlags);
HRESULT put_Flags([in]  ULONG  nFlags);

See Also

IPXV_PageRegion