@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
13 lines (12 loc) • 357 B
TypeScript
export declare enum BackgroundPositionMode {
CenterRight = "center_right",
BottomRight = "bottom_right",
BottomCenter = "bottom_center",
TopCenter = "top_center",
CenterCenter = "center_center",
BottomLeft = "bottom_left",
Custom = "custom",
CenterLeft = "center_left",
TopRight = "top_right",
TopLeft = "top_left"
}