Uses of Class
com.ironsoftware.ironpdf.render.WaitForType
-
Packages that use WaitForType Package Description com.ironsoftware.ironpdf.render -
-
Uses of WaitForType in com.ironsoftware.ironpdf.render
Methods in com.ironsoftware.ironpdf.render that return WaitForType Modifier and Type Method Description static WaitForType
WaitForType. forValue(int value)
WaitForType
WaitFor. getType()
static WaitForType
WaitForType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WaitForType[]
WaitForType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ironsoftware.ironpdf.render with parameters of type WaitForType Constructor Description WaitFor(WaitForType type, int maxWaitTime, int networkIdleDuration, int numAllowedInflight, int renderDelayDuration, String htmlElementQueryStr)
Intended to be used internally as our API recommends user to use convenient methods e.g.
-