Search
PdfGraphics2D.save Method
See Also
 






Generates a PDF file from the draw calls

Namespace: com.mindfusion.pdf
Package: com.mindfusion.pdf

 Syntax

Java  Copy Code

public void save (
    String fileName
)

 Parameters

fileName

Fully qualified path of the Portable Document Format file to be generated

 See Also