| Package | Description |
|---|---|
| com.ironsoftware.ironpdf.render |
| Modifier and Type | Method and 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.
|
| Constructor and 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.
|
Copyright © 2022–2025 Iron Software. All rights reserved.