IUIX_Obj::ShowThroughLayout Method
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 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Obj::ShowThroughLayout Method}} | {{#customTitle:IUIX_Obj::ShowThroughLayout Method}} | ||
− | {{#parentPage:PXV:IUIX_Obj|method}} | + | {{#parentPage:PXV:IUIX_Obj#Methods|ShowThroughLayout|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ShowThroughLayout([in, defaultvalue(0)] LONG nFlags);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT ShowThroughLayout([in, defaultvalue(0)] LONG nFlags);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nFlags |
:[in, defaultvalue(0)] Value of LONG. | :[in, defaultvalue(0)] Value of LONG. | ||
Line 18: | Line 19: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Obj|IUIX_Obj]] |
Latest revision as of 03:31, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ShowThroughLayout([in, defaultvalue(0)] LONG nFlags);
Parameters
- nFlags
- [in, defaultvalue(0)] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.