IPXV_Inst::SyncronizeAllDocPanesLayouts Method
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::SyncronizeAllDocPanesLayouts Method}} | {{#customTitle:IPXV_Inst::SyncronizeAllDocPanesLayouts Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|SyncronizeAllDocPanesLayouts|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|SyncronizeAllDocPanesLayouts|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Revision as of 09:39, 27 May 2015
Synchronizes the layout and visibility of panes of all views of opened 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.