@musallam/photoshop-client
    Preparing search index...

    Interface ManifestJobDocumentDetails

    interface ManifestJobDocumentDetails {
        bitDepth?: PhotoshopClient.ChannelModeType;
        height?: number;
        iccProfileName?: string;
        imageMode?: PhotoshopClient.ImageModeType;
        name?: string;
        photoshopBuild?: string;
        width?: number;
    }
    Index

    Properties

    height?: number

    In pixels

    iccProfileName?: string

    The name of the ICC profile used for the document

    name?: string

    The name of the document

    photoshopBuild?: string

    The version of Photoshop used to create the document

    width?: number

    In pixels