PXC_PrintTextModes Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_PrintTextModes Enumeration}} | {{#customTitle:PXC_PrintTextModes Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Enumerations|PXC_PrintTextModes Enumeration|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 23:30, 21 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 ...
See Also
...