data class PrintToPDFResponse
Response type for the PageDomain.printToPDF command.
<init> |
Response type for the PageDomain.printToPDF command. PrintToPDFResponse(data: String, stream: StreamHandle? = null) |
data |
Base64-encoded pdf data. Empty if |returnAsStream| is specified. val data: String |
stream |
A handle of the stream that holds resulting PDF data. val stream: StreamHandle? |