pdfrx_web
    Preparing search index...

    Interface PdfCaptureAreaButtonProps

    interface PdfCaptureAreaButtonProps {
        onCapture?: (blob: Blob) => void | Promise<void>;
        options?: PdfCaptureOptions;
    }
    Index
    onCapture?: (blob: Blob) => void | Promise<void>

    Receives the captured image. Omit to download it as capture.png.