SettingProfile

@Serializable
data class SettingProfile(val colorModes: List<EnumOrRaw<ColorMode>>, val contentTypes: List<EnumOrRaw<ContentType>>?, val documentFormats: DocumentFormats, val supportedResolutions: SupportedResolutions, val colorSpaces: List<String>? = null, val ccdChannels: List<EnumOrRaw<CcdChannel>>? = null, val binaryRenderings: List<String>? = null)

Constructors

Link copied to clipboard
constructor(colorModes: List<EnumOrRaw<ColorMode>>, contentTypes: List<EnumOrRaw<ContentType>>?, documentFormats: DocumentFormats, supportedResolutions: SupportedResolutions, colorSpaces: List<String>? = null, ccdChannels: List<EnumOrRaw<CcdChannel>>? = null, binaryRenderings: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard