IPXV_Inst::SyncronizeAllDocPanesLayouts Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::SyncronizeAllDocPanesLayouts Method}}
 
{{#customTitle:IPXV_Inst::SyncronizeAllDocPanesLayouts Method}}
 +
{{#parentPage:PXV:IPXV_Inst#Methods|SyncronizeAllDocPanesLayouts|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Synchronizes the layout and visibility of panes of all views of opened documents.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT SyncronizeAllDocPanesLayouts([in, defaultvalue(-1)] VARIANT_BOOL bLazy);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT SyncronizeAllDocPanesLayouts([in, defaultvalue(-1)] VARIANT_BOOL bLazy);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''bLazy''
+
;bLazy
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
+
:[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 ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 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.

See Also

IPXV_Inst