PrintOptions

constructor(header: String? = null, headerStyle: String? = null, maxWidth: Int? = null, css: String? = null, style: String? = null, scanStyles: Boolean? = null, targetStyle: List<String>? = null, targetStyles: List<String>? = null, ignoreElements: List<String>? = null, properties: List<dynamic>? = null, gridHeaderStyle: String? = null, gridStyle: String? = null, repeatTableHeader: Boolean? = null, showModal: Boolean? = null, modalMessage: String? = null, onLoadingStart: () -> Unit? = null, onLoadingEnd: () -> Unit? = null, documentTitle: String? = null, fallbackPrintable: dynamic = null, onPdfOpen: () -> Unit? = null, onPrintDialogClose: () -> Unit? = null, onError: (e: Error) -> Unit? = null, base64: Boolean? = null)(source)