IPXV_ViewPanesCollection::Layout Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''pLayout''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns Pointer to [[PXV:IUIX_Layout|IUIX_Layout]] ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Layout([out, retval] IUIX_Layout** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Layout([out, retval] IUIX_Layout** pLayout); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] | [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] |
Latest revision as of 03:09, 15 June 2015
Property pLayout of interface IPXV_ViewPanesCollection returns Pointer to IUIX_Layout ...
Syntax
HRESULT get_Layout([out, retval] IUIX_Layout** pLayout);