PXC_ImgMemType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ImgMemType Enumeration}}
 
{{#customTitle:PXC_ImgMemType Enumeration}}
{{#parentPage:PXV:PXC|PXC_ImgMemType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_ImgMemType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 28: Line 29:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_Document_AddImageFromMemory|IPXC_Document::AddImageFromMemory]]

Latest revision as of 10:36, 23 May 2015


Specifies the ...

Syntax

enum PXC_ImgMemType
{
    ImgMemoryType_1gray  = 0,
    ImgMemoryType_8gray  = 1,
    ImgMemoryType_24RGB  = 2,
    ImgMemoryType_32RGBA = 3,
};

Constants

ImgMemoryType_1gray
The ...
ImgMemoryType_8gray
The ...
ImgMemoryType_24RGB
The ...
ImgMemoryType_32RGBA
The ...

See Also

IPXC_Document::AddImageFromMemory