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.ChromeGpuModesSettings. getChromeGpuMode()Chrome renderer GPU compatibility mode.static Settings.ChromeGpuModesSettings.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 voidSettings. setChromeGpuMode(Settings.ChromeGpuModes chromeGpuMode)Chrome renderer GPU compatibility mode.
-