Home > @infiniteobjects/data-types > VideoPrintBaseDevice
Video Print Base Device
Signature:
export declare class VideoPrintBaseDevice implements IVideoPrintBaseDevice
Implements: IVideoPrintBaseDevice
Property | Modifiers | Type | Description |
---|---|---|---|
backLayer? | DeviceBackLayer | <p>(Optional) Back Layer one off DeviceBackLayer enumeration values.</p><p>‘NORMAL’</p> | |
frontLayer? | DeviceFrontLayer | <p>(Optional) Front layer one off DeviceFrontLayer enumeration values.</p><p>‘NORMAL’</p> | |
material? | DeviceMaterial | <p>(Optional) Device Material, one off DeviceMaterial enumeration values.</p><p>‘ACRYLIC’</p> | |
orientation? | DeviceOrientation | <p>(Optional) Device Orientation one off DeviceOrientation enumeration values.</p><p>‘PORTRAIT’</p> | |
size? | DeviceSize | <p>(Optional) Size of the Device, one off DeviceSize enumeration values.</p><p>‘IO7’</p> |