IXC_NoiseType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_NoiseType Enumeration}} | {{#customTitle:IXC_NoiseType Enumeration}} | ||
+ | {{#parentPage:PXV:IXC|IXC_NoiseType Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum IXC_NoiseType | <pre class="brush:cpp;gutter:false">enum IXC_NoiseType | ||
{ | { | ||
− | NoiseType_Simple = 0; | + | NoiseType_Simple = 0; |
NoiseType_Monochromatic = 1; | NoiseType_Monochromatic = 1; | ||
}; | }; |
Revision as of 05:59, 23 April 2015
Specifies the ...
Syntax
enum IXC_NoiseType { NoiseType_Simple = 0; NoiseType_Monochromatic = 1; };
Constants
- NoiseType_Simple
- The ...
- NoiseType_Monochromatic
- The ...
See Also
See also ...