UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

15 lines (14 loc) 509 B
import { Parameter } from "./../index"; export interface CompressObjectsInterface { objectStreamSize?: number; } export declare class CompressObjects implements CompressObjectsInterface, Parameter { objectStreamSize?: number; constructor(data: any); static getObjectStreamSizeDefault(): number; static getObjectStreamSizeDescription(): string; static getObjectStreamSizeMin(): number; static fromJson(data: any): CompressObjects; toJson(): any; clone(): CompressObjects; }