Chart.GetBytes(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.