SaveImage MethodSave PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The SaveImage() method saves the image to the graphics table using the specified name.Syntax Visual BasicC# 'Declaration Public Sub SaveImage( _ ByVal name As String, _ ByVal image As Image _ ) public void SaveImage( string name, Image image ) Parametersname Required. Holds the name of the image.image Required. Holds the image to save. See AlsoReferencePersistImages ClassPersistImages Members In This Topic
The SaveImage() method saves the image to the graphics table using the specified name.Syntax Visual BasicC# 'Declaration Public Sub SaveImage( _ ByVal name As String, _ ByVal image As Image _ ) public void SaveImage( string name, Image image ) Parametersname Required. Holds the name of the image.image Required. Holds the image to save. See AlsoReferencePersistImages ClassPersistImages Members
The SaveImage() method saves the image to the graphics table using the specified name.Syntax Visual BasicC# 'Declaration Public Sub SaveImage( _ ByVal name As String, _ ByVal image As Image _ ) public void SaveImage( string name, Image image ) Parametersname Required. Holds the name of the image.image Required. Holds the image to save. See AlsoReferencePersistImages ClassPersistImages Members
The SaveImage() method saves the image to the graphics table using the specified name.Syntax Visual BasicC# 'Declaration Public Sub SaveImage( _ ByVal name As String, _ ByVal image As Image _ ) public void SaveImage( string name, Image image ) Parametersname Required. Holds the name of the image.image Required. Holds the image to save. See AlsoReferencePersistImages ClassPersistImages Members