PXC_CIType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CIType Enumeration}}
 
{{#customTitle:PXC_CIType Enumeration}}
Line 55: Line 56:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:13, 20 May 2015


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

...