Uses of Class
com.ironsoftware.ironpdf.Settings.ChromeGpuModes
-
Packages that use Settings.ChromeGpuModes Package Description com.ironsoftware.ironpdf -
-
Uses of Settings.ChromeGpuModes in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf that return Settings.ChromeGpuModes Modifier and Type Method Description static Settings.ChromeGpuModes
Settings. getChromeGpuMode()
Chrome renderer GPU compatibility mode.static Settings.ChromeGpuModes
Settings.ChromeGpuModes. valueOf(String name)
Returns the enum constant of this type with the specified name.static Settings.ChromeGpuModes[]
Settings.ChromeGpuModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ironsoftware.ironpdf with parameters of type Settings.ChromeGpuModes Modifier and Type Method Description static void
Settings. setChromeGpuMode(Settings.ChromeGpuModes chromeGpuMode)
Chrome renderer GPU compatibility mode.
-