VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocument Class / GetAllRuntimeMessages() Method
Syntax Requirements SeeAlso
In This Topic
GetAllRuntimeMessages() Method (OpenXmlDocument)
In This Topic
Returns an array with runtime messages, which occured during loading of this OpenXml document or rendering of OpenXml pages in any thread.
Syntax
'Declaration

Public Function GetAllRuntimeMessages() As Vintasoft.Imaging.Office.RuntimeMessage[]

public Vintasoft.Imaging.Office.RuntimeMessage[] GetAllRuntimeMessages()

Return Value

An array with runtime messages, which occured during loading of this OpenXml document or rendering of OpenXml pages in any thread.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also