UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

12 lines (11 loc) 321 B
export declare enum Alignment { CenterRight = "center_right", BottomRight = "bottom_right", BottomCenter = "bottom_center", TopCenter = "top_center", CenterCenter = "center_center", BottomLeft = "bottom_left", CenterLeft = "center_left", TopRight = "top_right", TopLeft = "top_left" }