Partager via


Chart.GetBytes(String) Méthode

Définition

Retourne une image de graphique en tant que tableau d'octets.

public byte[] GetBytes (string format = "jpeg");
member this.GetBytes : string -> byte[]
Public Function GetBytes (Optional format As String = "jpeg") As Byte()

Paramètres

format
String

Format d'image. La valeur par défaut est « jpeg ».

Retours

Byte[]

Graphique.

S’applique à