Graph.SaveAsPDF

Saves the graph as a PDF file to the specified file path.

Syntax Parameters Return Value
Function Graph.SaveAsPDF( _
    FileName As String, _
    Optional bOverwrite As Boolean = False) As Boolean
  • FileName [in]

    Type: String

  • bOverwrite [in, optional]

    Type: Boolean

    Default value: False

Boolean