Selling Partner API SDK for JavaScript
    Preparing search index...

    The format options available for a label.

    interface PrintOption {
        supportedDocumentDetails: SupportedDocumentDetail[];
        supportedDPIs?: number[];
        supportedFileJoiningOptions: boolean[];
        supportedPageLayouts: string[];
    }
    Index

    Properties

    supportedDocumentDetails: SupportedDocumentDetail[]

    A list of the supported documented details.

    supportedDPIs?: number[]

    A list of the supported DPI options for a document.

    supportedFileJoiningOptions: boolean[]

    A list of the supported needFileJoining boolean values for a document.

    supportedPageLayouts: string[]

    A list of the supported page layout options for a document.