PXC_PrintTextModes Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(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_PrintTextModes Enumeration}}
 
{{#customTitle:PXC_PrintTextModes Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_PrintTextModes|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_PrintTextModes
 
<pre class="brush:cpp;gutter:false">enum PXC_PrintTextModes
 
{
 
{
     PrintText_Auto = 0;
+
     PrintText_Auto                 = 0,
     PrintText_OutlineForEmbeddFont = 1;
+
     PrintText_OutlineForEmbeddFont = 1,
     PrintText_OutlineAlways = 2;
+
     PrintText_OutlineAlways       = 2,
     PrintText_BitmapForEmbeddFont = 3;
+
     PrintText_BitmapForEmbeddFont = 3,
     PrintText_BitmapAlways = 4;
+
     PrintText_BitmapAlways         = 4,
     _PrintText_Last_ = 5;
+
     _PrintText_Last_               = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 29: Line 33:
 
;_PrintText_Last_
 
;_PrintText_Last_
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:37, 23 May 2015


Specifies the ...

Syntax

enum PXC_PrintTextModes
{
    PrintText_Auto                 = 0,
    PrintText_OutlineForEmbeddFont = 1,
    PrintText_OutlineAlways        = 2,
    PrintText_BitmapForEmbeddFont  = 3,
    PrintText_BitmapAlways         = 4,
    _PrintText_Last_               = 5,
};

Constants

PrintText_Auto
The ...
PrintText_OutlineForEmbeddFont
The ...
PrintText_OutlineAlways
The ...
PrintText_BitmapForEmbeddFont
The ...
PrintText_BitmapAlways
The ...
_PrintText_Last_
The ...