SongGuess
    Preparing search index...
    BrowserRunPDFOptions: BrowserRunCommonOptions & {
        pdfOptions?: {
            displayHeaderFooter?: boolean;
            footerTemplate?: string;
            format?:
                | "letter"
                | "legal"
                | "tabloid"
                | "ledger"
                | "a0"
                | "a1"
                | "a2"
                | "a3"
                | "a4"
                | "a5"
                | "a6";
            headerTemplate?: string;
            height?: string
            | number;
            landscape?: boolean;
            margin?: {
                bottom?: string | number;
                left?: string | number;
                right?: string | number;
                top?: string | number;
            };
            omitBackground?: boolean;
            outline?: boolean;
            pageRanges?: string;
            preferCSSPageSize?: boolean;
            printBackground?: boolean;
            scale?: number;
            tagged?: boolean;
            timeout?: number;
            width?: string
            | number;
        };
    }

    Type Declaration

    • OptionalpdfOptions?: {
          displayHeaderFooter?: boolean;
          footerTemplate?: string;
          format?:
              | "letter"
              | "legal"
              | "tabloid"
              | "ledger"
              | "a0"
              | "a1"
              | "a2"
              | "a3"
              | "a4"
              | "a5"
              | "a6";
          headerTemplate?: string;
          height?: string
          | number;
          landscape?: boolean;
          margin?: {
              bottom?: string | number;
              left?: string | number;
              right?: string | number;
              top?: string | number;
          };
          omitBackground?: boolean;
          outline?: boolean;
          pageRanges?: string;
          preferCSSPageSize?: boolean;
          printBackground?: boolean;
          scale?: number;
          tagged?: boolean;
          timeout?: number;
          width?: string
          | number;
      }
      • OptionaldisplayHeaderFooter?: boolean
        false
        
      • OptionalfooterTemplate?: string
      • Optionalformat?:
            | "letter"
            | "legal"
            | "tabloid"
            | "ledger"
            | "a0"
            | "a1"
            | "a2"
            | "a3"
            | "a4"
            | "a5"
            | "a6"
        "letter"
        
      • OptionalheaderTemplate?: string
      • Optionalheight?: string | number
      • Optionallandscape?: boolean
        false
        
      • Optionalmargin?: {
            bottom?: string | number;
            left?: string | number;
            right?: string | number;
            top?: string | number;
        }
      • OptionalomitBackground?: boolean
        false
        
      • Optionaloutline?: boolean
        false
        
      • OptionalpageRanges?: string
      • OptionalpreferCSSPageSize?: boolean
        false
        
      • OptionalprintBackground?: boolean
        false
        
      • Optionalscale?: number
        1
        
      • Optionaltagged?: boolean
        true
        
      • Optionaltimeout?: number
        30000
        
      • Optionalwidth?: string | number