pdfrx_web
    Preparing search index...

    Interface SharedAnnotationImageSource

    Reference to immutable raster bytes stored through the relay's HTTP source endpoint.

    interface SharedAnnotationImageSource {
        documentId: string;
        height: number;
        width: number;
    }
    Index
    documentId: string
    height: number
    width: number