@hmcts/annotation-ui-lib
Version:
PDF Viewer and ability to highlight text with and comment tracking
15 lines (14 loc) • 352 B
TypeScript
export declare class RenderOptions {
documentId: string;
pdfDocument: any;
scale: any;
rotate: number;
rotationPages: {
page: number;
rotate: number;
}[];
constructor(documentId: string, pdfDocument: any, scale: any, rotate: number, rotationPages: {
page: number;
rotate: number;
}[]);
}