AnnotationLayerBuilder constructor

AnnotationLayerBuilder(
  1. AnnotationLayerBuilderOptions options
)

Implementation

AnnotationLayerBuilder(AnnotationLayerBuilderOptions options) {
  _jsInternal = JsObject(PDFJS.versionSafePdfJsViewerContext?['AnnotationLayerBuilder'] as JsFunction, [
    options,
  ]);
}