@squidcloud/client
    Preparing search index...

    Interface CreatePdfOutputFormatOptions

    Output options by format

    interface CreatePdfOutputFormatOptions {
        format:
            | "letter"
            | "legal"
            | "tabloid"
            | "ledger"
            | "a0"
            | "a1"
            | "a2"
            | "a3"
            | "a4"
            | "a5"
            | "a6";
        type: "format";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    format:
        | "letter"
        | "legal"
        | "tabloid"
        | "ledger"
        | "a0"
        | "a1"
        | "a2"
        | "a3"
        | "a4"
        | "a5"
        | "a6"

    The type of formatting, always 'format' for this interface.

    type: "format"

    The type of output options, always 'format' for this interface.