IPXV_Inst::SyncronizeAllDocPanesLayouts Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT SyncronizeAllDocPanesLayouts([in, defaultvalue(-1)] VARIANT_BOOL | + | <pre class="brush:cpp;gutter:false">HRESULT SyncronizeAllDocPanesLayouts([in, defaultvalue(-1)] VARIANT_BOOL Lazy);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Lazy |
:[in, defaultvalue(-1)] Specify <tt>false</tt> value to make the synchronization immediately, otherwise it will be done after a short timeout. | :[in, defaultvalue(-1)] Specify <tt>false</tt> value to make the synchronization immediately, otherwise it will be done after a short timeout. | ||
Revision as of 06:33, 12 June 2015
Synchronizes the layout and visibility of panes of all views of opened documents.
Syntax
HRESULT SyncronizeAllDocPanesLayouts([in, defaultvalue(-1)] VARIANT_BOOL Lazy);
Parameters
- Lazy
- [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.