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)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
{{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]  ULONG*  nPaperType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PaperType([out, retval]  PXV_PaperType*  nPaperType);
HRESULT put_PaperType([in]  ULONG nPaperType);
+
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