UIX_CreateFTIconFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_CreateFTIconFlags Enumeration}}
 
{{#customTitle:UIX_CreateFTIconFlags Enumeration}}
{{#parentPage:PXV:UIX_Enumerations|UIX_CreateFTIconFlags Enumeration|enum}}
+
{{#parentPage:PXV:UIX_Enumerations|UIX_CreateFTIconFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Latest revision as of 10:42, 23 May 2015


Specifies the ...

Syntax

enum UIX_CreateFTIconFlags
{
    UIX_CreateFTIcon_Small      = 1,
    UIX_CreateFTIcon_Medium     = 2,
    UIX_CreateFTIcon_Large      = 4,
    UIX_CreateFTIcon_ExtraLarge = 8,
    UIX_CreateFTIcon_Jumbo      = 16,
    UIX_CreateFTIcon_SizeMask   = 31,
};

Constants

UIX_CreateFTIcon_Small
The ...
UIX_CreateFTIcon_Medium
The ...
UIX_CreateFTIcon_Large
The ...
UIX_CreateFTIcon_ExtraLarge
The ...
UIX_CreateFTIcon_Jumbo
The ...
UIX_CreateFTIcon_SizeMask
The ...