UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

14 lines (13 loc) 451 B
import { Parameter } from "./../index"; export interface SanitizeAnnotationsInterface { enabled?: boolean; } export declare class SanitizeAnnotations implements SanitizeAnnotationsInterface, Parameter { enabled?: boolean; constructor(data: any); static getEnabledDefault(): boolean; static getEnabledDescription(): string; static fromJson(data: any): SanitizeAnnotations; toJson(): any; clone(): SanitizeAnnotations; }