Enum Ecrion.Ultrascale.AFPFlags

Top Previous Topic Next Topic  Print this topic

AFPFlags is a collection of flags that can be set to customize the AFP output files. If specified, they will override the settings specified in the Management Console.

 

Flags

 

Name

Value

Description

AutoRotateLandscapePages

 1 << 8

If this flag is set a 90 degrees rotation will be applied to those pages that have their width greater than their height.

ConvertColorsToGrayscale

 1 << 5

If this flag is set all colors will be converted to grayscale using RGB, Patters or Highlight colors.

EmbedNonNativeFonts

 1 << 3

If neither UseNativeRasterFonts and UseNativeOutlineFonts set, the renderer will use TrueType/Type1 fonts.

UseHighlightForGrayscale

 1 << 7

If this flag is set, gray colors will be generated using highlight colors.

UseNativeOutlineFonts

 1 << 2

Use AFP native outline fonts instead of raster fonts.

UseNativeRasterFonts

 1 << 1

Use AFP native raster fonts.

UsePatternsForGrayscale

 1 << 6

If this flag is set, gray colors will be generated using patterns.

WriteSentinels

 1 << 4

Write 0x5A sentinels between AFP records.