Home > @infiniteobjects/data-types > IVideoPrintBase
Video Print Base
Signature:
export interface IVideoPrintBase
This is a partial IVideoPrint used as a default for our applications
| Property | Modifiers | Type | Description |
|---|---|---|---|
| backgroundColor? | IVideoPrintBaseBackgroundColor | (Optional) Background color see RGBA for more info | |
| backgroundImage? | string | null | (Optional) Background image | |
| device? | IVideoPrintBaseDevice | (Optional) Partial IDevice. | |
| printType? | VideoPrintType | (Optional) Video Print Type | |
| transform? | IVideoPrintBaseTransform | (Optional) Partial IVideoTransform |