@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
10 lines (9 loc) • 320 B
TypeScript
import { Parameter } from "./../index";
export interface SelectionBackgroundInterface {
}
export declare class SelectionBackground implements SelectionBackgroundInterface, Parameter {
constructor(data: any);
static fromJson(data: any): SelectionBackground;
toJson(): any;
clone(): SelectionBackground;
}