IPXV_Inst::SyncronizeAllDocPanesLayouts Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Synchronizes the layout and visibility of panes of all existing views of documents. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
;bLazy | ;bLazy | ||
− | :[in, defaultvalue(-1)] | + | :[in, defaultvalue(-1)] Specify <tt>false</tt> value to make the synchronization immediately, otherwise it will be done after a short timeout. |
== Return Value == | == Return Value == |
Revision as of 09:39, 27 May 2015
Synchronizes the layout and visibility of panes of all existing views of documents.
Syntax
HRESULT SyncronizeAllDocPanesLayouts([in, defaultvalue(-1)] VARIANT_BOOL bLazy);
Parameters
- bLazy
- [in, defaultvalue(-1)] Specify false value to make the synchronization immediately, otherwise it will be done after a short timeout.
Return Value
Returns S_OK if operation was successful or error code in other cases.