PXC_CIType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

enum PXC_CIType
{
    CIT_Unknown        = -1,
    CIT_Path           = 0,
    CIT_Text           = 1,
    CIT_Image          = 2,
    CIT_InlineImage    = 3,
    CIT_XForm          = 4,
    CIT_Shading        = 5,
    CIT_Container      = 6,
    CIT_Place          = 7,
    CIT_BeginContainer = 8,
    CIT_EndContainer   = 9,
    CIT_Clip           = 10,
    CIT__Last_         = 11,
};

Constants

CIT_Unknown
The ...
CIT_Path
The ...
CIT_Text
The ...
CIT_Image
The ...
CIT_InlineImage
The ...
CIT_XForm
The ...
CIT_Shading
The ...
CIT_Container
The ...
CIT_Place
The ...
CIT_BeginContainer
The ...
CIT_EndContainer
The ...
CIT_Clip
The ...
CIT__Last_
The ...

See Also

IPXC_ContentItems::InsertNewItem, IPXC_ContentItems::InsertNewItem2, IPXC_ContentItems::ItemType, IPXC_ContentItem::Type