Graph.SaveAsPDFEx

Saves the graph as a PDF file, with orientation, to the specified file path.

Syntax Parameters Return Value
Function Graph.SaveAsPDFEx( _
    FileName As String, _
    Optional Portrait As Boolean = True, _
    Optional Overwrite As Boolean = False) As Boolean
  • FileName [in]

    Type: String

  • Portrait [in, optional]

    Type: Boolean

    Default value: True

  • Overwrite [in, optional]

    Type: Boolean

    Default value: False

Boolean