PXC_DrawToDeviceFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_DrawToDeviceFlags Enumeration}}
 
{{#customTitle:PXC_DrawToDeviceFlags Enumeration}}
Line 28: Line 29:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:14, 20 May 2015


Specifies the ...

Syntax

enum PXC_DrawToDeviceFlags
{
    DDF_AsVector             = 1,
    DDF_AsGrayscale          = 2,
    DDF_EmbeddedFontAsCurves = 16,
    DDF_AllFontsAsCuves      = 48,
};

Constants

DDF_AsVector
The ...
DDF_AsGrayscale
The ...
DDF_EmbeddedFontAsCurves
The ...
DDF_AllFontsAsCuves
The ...

See Also

...