Uses of Class
com.ironsoftware.ironpdf.IronPdfEngineConnection.ConnectionMode
-
Packages that use IronPdfEngineConnection.ConnectionMode Package Description com.ironsoftware.ironpdf -
-
Uses of IronPdfEngineConnection.ConnectionMode in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf that return IronPdfEngineConnection.ConnectionMode Modifier and Type Method Description IronPdfEngineConnection.ConnectionMode
IronPdfEngineConnection. getMode()
Retrieves the current connection mode (HOST_PORT, TARGET, SUBPROCESS, or CUSTOM).static IronPdfEngineConnection.ConnectionMode
IronPdfEngineConnection.ConnectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IronPdfEngineConnection.ConnectionMode[]
IronPdfEngineConnection.ConnectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-