PXC_CollectionFieldType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CollectionFieldType Enumeration}}
 
{{#customTitle:PXC_CollectionFieldType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:53, 20 April 2015


Specifies the ...

Syntax

enum PXC_CollectionFieldType
{
    CFType_Unknown = -1;
    CFType_String = 0;
    CFType_Date = 1;
    CFType_Number = 2;
    CFType_FileName = 3;
    CFType_Description = 4;
    CFType_ModificationDate = 5;
    CFType_CreationDate = 6;
    CFType_Size = 7;
    CFType_CompressedSize = 8;
};

Constants

CFType_Unknown
The ...
CFType_String
The ...
CFType_Date
The ...
CFType_Number
The ...
CFType_FileName
The ...
CFType_Description
The ...
CFType_ModificationDate
The ...
CFType_CreationDate
The ...
CFType_Size
The ...
CFType_CompressedSize
The ...

See Also

See also ...