Enum ImageWriter.EConfigParam
Configuration keys understood by the native image writer.
Namespace: ImageSdkWrapper Assembly: ImageSdkWrapper.MAUI
public enum ImageWriter.EConfigParam
Field
CompressionQuality
compression quality from 0 to 100
CompressionQuality = 1
Returns
- EConfigParam
FooterHeight
PDF footer height.
FooterHeight = 9
Returns
- EConfigParam
FooterText
PDF footer text.
FooterText = 7
Returns
- EConfigParam
FooterUrl
PDF footer URL.
FooterUrl = 8
Returns
- EConfigParam
PageHeight
PDF page height
PageHeight = 6
Returns
- EConfigParam
PageWidth
PDF page width
PageWidth = 5
Returns
- EConfigParam
Paper
PDF page paper format (A4, A5, receipt, etc)
Paper = 3
Returns
- EConfigParam
SkipOrientation
write image as native buffer, ignoring the stored orientation metadata
SkipOrientation = 2
Returns
- EConfigParam
Units
PDF page width/height units (mm, inches, etc)
Units = 4
Returns
- EConfigParam