Graph.ContentDataEx

Returns the content data in a specified format and size.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Graph.ContentDataEx( _
    Format As FileFormat, _
    Optional Width As Integer = 0, _
    Optional Height As Integer = 0) As Variant
  • Format [in]

    Type: FileFormat

  • Width [in, optional]

    Type: Integer

    Default value: 0

  • Height [in, optional]

    Type: Integer

    Default value: 0

Variant