TronDesigner Website Integration
    Preparing search index...
    interface IPrintMotiveDto {
        colorList: IColorListDto[];
        heightMm: number;
        motiveImage?: IPrintJobFileDto;
        motiveObjects: IMotiveObjectDto[];
        motiveType: PrintMotiveTypeType;
        printAreaImages?: IPrintAreaImageDto[];
        widthMm: number;
    }
    Index

    Properties

    colorList: IColorListDto[]
    heightMm: number
    motiveImage?: IPrintJobFileDto
    motiveObjects: IMotiveObjectDto[]
    printAreaImages?: IPrintAreaImageDto[]
    widthMm: number