PdfAI
ImageGenerate Method (String)
|
Generate images from text using AI.
Namespace:
Spire.Pdf.AI
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Stream ImageGenerate(
string description
)
Public Function ImageGenerate (
description As String
) As Stream
public:
Stream^ ImageGenerate(
String^ description
)
member ImageGenerate :
description : string -> Stream
Parameters
-
description
-
Type:
System
String
text description about image.
Return Value
Type:
Stream
the stream of the Image.
See Also