TronDesigner Website Integration
    Preparing search index...
    interface IPrintDataDto {
        isFullColor: boolean;
        isNoColor: boolean;
        maxColors?: number;
        maxDiameter?: number;
        maxHeight?: number;
        maxWidth?: number;
        positionCodeDisplay: string;
        positionCodePtn: string;
        positionGuid: string;
        positionName: string;
        technologyCodeDisplay: string;
        technologyCodePtn: string;
        technologyColorMode: PrintColorModesType;
        technologyGuid: string;
        technologyName: string;
    }
    Index

    Properties

    isFullColor: boolean
    isNoColor: boolean
    maxColors?: number
    maxDiameter?: number
    maxHeight?: number
    maxWidth?: number
    positionCodeDisplay: string
    positionCodePtn: string
    positionGuid: string
    positionName: string
    technologyCodeDisplay: string
    technologyCodePtn: string
    technologyColorMode: PrintColorModesType
    technologyGuid: string
    technologyName: string