Document specification that is supported for a service offering.

SupportedDocumentSpecification

interface SupportedDocumentSpecification {
    format: DocumentFormat;
    printOptions: PrintOption[];
    size: DocumentSize;
}

Properties

SupportedDocumentSpecification

printOptions: PrintOption[]

A list of the format options for a label.

SupportedDocumentSpecification

SupportedDocumentSpecification