IUIX_LayoutItem::FixedSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_LayoutItem::FixedSize Property}}
 
{{#customTitle:IUIX_LayoutItem::FixedSize Property}}
{{#parentPage:PXV:IUIX_LayoutItem#Properties|FixedSize Property|property}}
+
{{#parentPage:PXV:IUIX_LayoutItem#Properties|FixedSize|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FixedSize([out, retval]  SIZE*  pSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FixedSize([out, retval]  SIZE*  nSize);
HRESULT put_FixedSize([in]  SIZE*  pSize);
+
HRESULT put_FixedSize([in]  SIZE*  nSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]
 
[[PXV:IUIX_LayoutItem|IUIX_LayoutItem]]

Latest revision as of 04:26, 15 June 2015


Property FixedSize of interface IUIX_LayoutItem returns/sets Pointer to SIZE ...

Syntax

HRESULT get_FixedSize([out, retval]  SIZE*  nSize);
HRESULT put_FixedSize([in]  SIZE*  nSize);

See Also

IUIX_LayoutItem