IDevMode::PaperLength Property

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

Latest revision as of 03:14, 15 June 2015


Property PaperLength of interface IDevMode returns/sets Value of short ...

Syntax

HRESULT get_PaperLength([out, retval]  short*  nVal);
HRESULT put_PaperLength([in]  short  nVal);

See Also

IDevMode