UIX_LayoutLoadFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
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 | + | 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_KeepStyle = 16, | ||
+ | UIX_LayoutLoad_DestroyUnusedPanes = 32, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 26: | ||
:The ... | :The ... | ||
;UIX_LayoutLoad_KeepFloatsWH | ;UIX_LayoutLoad_KeepFloatsWH | ||
+ | :The ... | ||
+ | ;UIX_LayoutLoad_OnDemand | ||
+ | :The ... | ||
+ | ;UIX_LayoutLoad_KeepStyle | ||
+ | :The ... | ||
+ | ;UIX_LayoutLoad_DestroyUnusedPanes | ||
:The ... | :The ... |
Latest revision as of 04: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 ...