interface PDFOptions {
    filename?: string;
    pageSize?: PageSize;
}

Properties

Properties

filename?: string
pageSize?: PageSize