imageResourcesPath property

String? imageResourcesPath

Implementation

static String? get imageResourcesPath => versionSafePdfJsContext?['imageResourcesPath'] as String?;
void imageResourcesPath=(String? imageResourcesPath)

Implementation

static set imageResourcesPath(String? imageResourcesPath) {
  versionSafePdfJsContext?['imageResourcesPath'] = imageResourcesPath;
}