UIX_LayoutLoadFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_LayoutLoadFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_LayoutLoadFlags
 
{
 
{
     UIX_LayoutLoad_KeepClient   = 1,
+
     UIX_LayoutLoad_KeepClient         = 1,
     UIX_LayoutLoad_KeepFloatsXY = 2,
+
     UIX_LayoutLoad_KeepFloatsXY       = 2,
     UIX_LayoutLoad_KeepFloatsWH = 4,
+
     UIX_LayoutLoad_KeepFloatsWH       = 4,
     UIX_LayoutLoad_OnDemand     = 8,
+
     UIX_LayoutLoad_OnDemand           = 8,
     UIX_LayoutLoad_KeepStyle   = 16,
+
     UIX_LayoutLoad_KeepStyle         = 16,
 +
    UIX_LayoutLoad_DestroyUnusedPanes = 32,
 
};
 
};
 
</pre>
 
</pre>
Line 29: Line 30:
 
:The ...
 
:The ...
 
;UIX_LayoutLoad_KeepStyle
 
;UIX_LayoutLoad_KeepStyle
 +
:The ...
 +
;UIX_LayoutLoad_DestroyUnusedPanes
 
:The ...
 
:The ...

Latest revision as of 05:14, 14 November 2018


Specifies the ...

Syntax

enum UIX_LayoutLoadFlags
{
    UIX_LayoutLoad_KeepClient         = 1,
    UIX_LayoutLoad_KeepFloatsXY       = 2,
    UIX_LayoutLoad_KeepFloatsWH       = 4,
    UIX_LayoutLoad_OnDemand           = 8,
    UIX_LayoutLoad_KeepStyle          = 16,
    UIX_LayoutLoad_DestroyUnusedPanes = 32,
};

Constants

UIX_LayoutLoad_KeepClient
The ...
UIX_LayoutLoad_KeepFloatsXY
The ...
UIX_LayoutLoad_KeepFloatsWH
The ...
UIX_LayoutLoad_OnDemand
The ...
UIX_LayoutLoad_KeepStyle
The ...
UIX_LayoutLoad_DestroyUnusedPanes
The ...