PXC_CIType Enumeration

From PDF XChange PDF SDK
Revision as of 07:13, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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_BeginContainer = 6;
    CIT_EndContainer = 7;
    CIT__Last_ = 8;
};

Constants

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

See Also

See also ...