Tableau Embedding API
    Preparing search index...

    Interface ExportPDFOptions

    interface ExportPDFOptions {
        orientation: PrintOrientation;
        pageSize: PrintPageSize;
        scaling: PrintScaling;
    }
    Index

    Properties

    orientation: PrintOrientation
    pageSize: PrintPageSize
    scaling: PrintScaling