Design Theme - Background Images
Manage background images on design themes for PDF rendering. Each background image can target specific pages (all, first only, all except first) and has configurable positioning (full page, corners, center, or custom coordinates), dimensions, and opacity.
-
GET List Background ImagesReturns all background images configured on the specified design theme, ordered by sort order./tenants/{tenant}/designthemes/{designThemeCode}/backgroundimages
-
POST Add Background ImageAdds a new background image to the specified design theme./tenants/{tenant}/designthemes/{designThemeCode}/backgroundimages
-
PUT Update Background ImageUpdates an existing background image on the specified design theme./tenants/{tenant}/designthemes/{designThemeCode}/backgroundimages/{imageCode}
-
DELETE Delete Background ImageRemoves a background image from the specified design theme./tenants/{tenant}/designthemes/{designThemeCode}/backgroundimages/{imageCode}