IDevMode::Orientation Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IDevMode::Orientation Property}} | {{#customTitle:IDevMode::Orientation Property}} | ||
− | {{#parentPage:PXV:IDevMode|Orientation | + | {{#parentPage:PXV:IDevMode#Properties|Orientation|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Orientation([out, retval] short* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Orientation([out, retval] short* nVal); |
− | HRESULT put_Orientation([in] short | + | HRESULT put_Orientation([in] short nVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IDevMode|IDevMode]] | + | [[PXV:IDevMode|IDevMode]] |
Latest revision as of 03:14, 15 June 2015
Property Orientation of interface IDevMode returns/sets Value of short ...
Syntax
HRESULT get_Orientation([out, retval] short* nVal); HRESULT put_Orientation([in] short nVal);