IDevMode::DefaultSource Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IDevMode::DefaultSource Property}} | {{#customTitle:IDevMode::DefaultSource Property}} | ||
− | {{#parentPage:PXV:IDevMode|property}} | + | {{#parentPage:PXV:IDevMode|DefaultSource Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DefaultSource([out, retval] short* pVal); | + | <pre class="brush:cpp;gutter:false">HRESULT get_DefaultSource([out, retval] short* pVal); |
− | HRESULT put_DefaultSource([in] short pVal); | + | HRESULT put_DefaultSource([in] short pVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IDevMode|IDevMode]]. | See also [[PXV:IDevMode|IDevMode]]. |
Revision as of 05:49, 23 April 2015
Property DefaultSource of interface IDevMode returns/sets Value of short ...
Syntax
HRESULT get_DefaultSource([out, retval] short* pVal); HRESULT put_DefaultSource([in] short pVal);
See Also
See also IDevMode.