PXC_ImageFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:14, 20 March 2015

Specifies the ...

Syntax

enum PXC_ImageFlags
{
    kIF_IsMask = 1;
    kIF_IsIndexed = 2;
    kIF_HasDecode = 4;
    kIF_External = 8;
    kIF_HasColorKeyMask = 16;
    kIF_HasStencilMask = 32;
    kIF_IsInline = 64;
};

Constants

kIF_IsMask
The ...
kIF_IsIndexed
The ...
kIF_HasDecode
The ...
kIF_External
The ...
kIF_HasColorKeyMask
The ...
kIF_HasStencilMask
The ...
kIF_IsInline
The ...

See Also

See also ...