z

Enum ImageWriter.EConfigParam

Configuration keys understood by the native image writer.

public enum ImageWriter.EConfigParam

Field

CompressionQuality

compression quality from 0 to 100

CompressionQuality = 1

FooterHeight

PDF footer height.

FooterHeight = 9

FooterText

PDF footer text.

FooterText = 7

FooterUrl

PDF footer URL.

FooterUrl = 8

PageHeight

PDF page height

PageHeight = 6

PageWidth

PDF page width

PageWidth = 5

Paper

PDF page paper format (A4, A5, receipt, etc)

Paper = 3

SkipOrientation

write image as native buffer, ignoring the stored orientation metadata

SkipOrientation = 2

Units

PDF page width/height units (mm, inches, etc)

Units = 4
Top