IPXV_PageSizeCtl::PaperType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_PageSizeCtl::PaperType Property}}
 
{{#customTitle:IPXV_PageSizeCtl::PaperType Property}}
{{#parentPage:PXV:IPXV_PageSizeCtl#Properties|PaperType Property|property}}
+
{{#parentPage:PXV:IPXV_PageSizeCtl#Properties|PaperType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PaperType''' of interface [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]] returns/sets  Value of ULONG ...
+
Property '''PaperType''' of interface [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]] returns/sets  Value of [[PXV:PXV_PaperType|PXV_PaperType]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PaperType([out, retval]  ULONGpPaperType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PaperType([out, retval]  PXV_PaperTypenPaperType);
HRESULT put_PaperType([in]  ULONG pPaperType);
+
HRESULT put_PaperType([in]  PXV_PaperType nPaperType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]].
+
[[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]]

Latest revision as of 00:42, 20 May 2018


Property PaperType of interface IPXV_PageSizeCtl returns/sets Value of PXV_PaperType ...

Syntax

HRESULT get_PaperType([out, retval]  PXV_PaperType*  nPaperType);
HRESULT put_PaperType([in]  PXV_PaperType  nPaperType);

See Also

IPXV_PageSizeCtl