@squidcloud/client
    Preparing search index...

    Interface CreatePdfOutputDimensionsOptions

    Output options by custom dimensions

    interface CreatePdfOutputDimensionsOptions {
        height: number;
        type: "dimensions";
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    The height of the PDF document in pixels.

    type: "dimensions"

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

    width: number

    The width of the PDF document in pixels.