Common Reference > Document Class > RenderPdf Method > (PdfMode,Boolean,String) Document.RenderPdf Method (PdfMode,Boolean,String)
Return document as a PDF stream.
public string RenderPdf(
PdfMode mode,
bool deflate,
string noembed
);
-
mode
- Controls how the PDF is shown on opening.
-
deflate
- Use file compression (default is true) (turn off to enable saved comments).
-
noembed
- Selected fonts to be omitted (comma-separated list of names).
-
return value
- Document as PDF.
See also ...Document.Members | Document.RenderPdf Method
Send comments on this topic © Dyalog Ltd 2021
|