stack

Home > @infiniteobjects/data-types > IVideoPrintBase

IVideoPrintBase interface

Video Print Base

Signature:

export interface IVideoPrintBase 

Remarks

This is a partial IVideoPrint used as a default for our applications

Properties

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