PXC_ImageDataType Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_ImageDataType Enumeration}} | {{#customTitle:PXC_ImageDataType Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_ImageDataType|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_ImageDataType | <pre class="brush:cpp;gutter:false">enum PXC_ImageDataType | ||
{ | { | ||
− | kIDT_Raw = 0 | + | kIDT_Raw = 0, |
− | kIDT_1Indexed = 1 | + | kIDT_1Indexed = 1, |
− | kIDT_8Indexed = 2 | + | kIDT_8Indexed = 2, |
− | kIDT_8GrayScale = 3 | + | kIDT_8GrayScale = 3, |
− | kIDT_24RGB = 4 | + | kIDT_24RGB = 4, |
}; | }; | ||
</pre> | </pre> | ||
Line 28: | Line 32: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Image_GetImageData|IPXC_Image::GetImageData]] |
Latest revision as of 09:36, 23 May 2015
Specifies the ...
Syntax
enum PXC_ImageDataType { kIDT_Raw = 0, kIDT_1Indexed = 1, kIDT_8Indexed = 2, kIDT_8GrayScale = 3, kIDT_24RGB = 4, };
Constants
- kIDT_Raw
- The ...
- kIDT_1Indexed
- The ...
- kIDT_8Indexed
- The ...
- kIDT_8GrayScale
- The ...
- kIDT_24RGB
- The ...