IPXC_Article::BeadPage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Article::BeadPage Property}}
 
{{#customTitle:IPXC_Article::BeadPage Property}}
{{#parentPage:PXV:IPXC_Article|property}}
+
{{#parentPage:PXV:IPXC_Article|BeadPage Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BeadPage([in] ULONG nBead, [out, retval] IPXC_Page** ppPage);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BeadPage([in]           ULONG       nBead,
HRESULT put_BeadPage([in] ULONG nBead, [in] IPXC_Page* ppPage);
+
                    [out, retval] IPXC_Page** ppPage);
 +
HRESULT put_BeadPage([in] ULONG       nBead,
 +
                    [in] IPXC_Page* ppPage);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nBead''
+
;nBead
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Article|IPXC_Article]].
 
See also [[PXV:IPXC_Article|IPXC_Article]].

Revision as of 05:56, 23 April 2015


Property BeadPage of interface IPXC_Article returns/sets Pointer to IPXC_Page ...

Syntax

HRESULT get_BeadPage([in]           ULONG        nBead,
                     [out, retval]  IPXC_Page**  ppPage);
HRESULT put_BeadPage([in]  ULONG       nBead,
                     [in]  IPXC_Page*  ppPage);

Parameters

nBead
[in] Value of ULONG.

See Also

See also IPXC_Article.