IUIX_Picture::ImageSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Picture::ImageSize Property}}
 
{{#customTitle:IUIX_Picture::ImageSize Property}}
{{#parentPage:PXV:IUIX_Picture|ImageSize Property|property}}
+
{{#parentPage:PXV:IUIX_Picture#Properties|ImageSize|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval]  SIZE*  pImageSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval]  SIZE*  nImageSize);
HRESULT put_ImageSize([in]  SIZE*  pImageSize);
+
HRESULT put_ImageSize([in]  SIZE*  nImageSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Picture|IUIX_Picture]].
+
[[PXV:IUIX_Picture|IUIX_Picture]]

Latest revision as of 04:34, 15 June 2015


Property ImageSize of interface IUIX_Picture returns/sets Pointer to SIZE ...

Syntax

HRESULT get_ImageSize([out, retval]  SIZE*  nImageSize);
HRESULT put_ImageSize([in]  SIZE*  nImageSize);

See Also

IUIX_Picture