public class PrintToPDF extends Object
| Constructor and Description |
|---|
PrintToPDF() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Base64-encoded pdf data.
|
String |
getStream()
A handle of the stream that holds resulting PDF data.
|
void |
setData(String data)
Base64-encoded pdf data.
|
void |
setStream(String stream)
A handle of the stream that holds resulting PDF data.
|
public String getData()
public void setData(String data)
public String getStream()
public void setStream(String stream)
Copyright © 2020. All rights reserved.