UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

14 lines (13 loc) 426 B
import { Parameter } from "./../index"; export interface ClearSignatureInterface { flatten?: boolean; } export declare class ClearSignature implements ClearSignatureInterface, Parameter { flatten?: boolean; constructor(data: any); static getFlattenDefault(): boolean; static getFlattenDescription(): string; static fromJson(data: any): ClearSignature; toJson(): any; clone(): ClearSignature; }