VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / GetAllRuntimeMessages() Method
Syntax Requirements SeeAlso
In This Topic
    GetAllRuntimeMessages() Method (PdfDocument)
    In This Topic
    Returns the array of runtime messages, which occured during loading of this PDF document or rendering of PDF pages in any thread.
    Syntax
    'Declaration
    
    Public Function GetAllRuntimeMessages() As PdfRuntimeMessage[]
    
    
    public PdfRuntimeMessage[] GetAllRuntimeMessages()
    
    
    public: PdfRuntimeMessage*[] GetAllRuntimeMessages()
    
    
    public:
    PdfRuntimeMessage^[] GetAllRuntimeMessages()

    Return Value

    The array of runtime messages, which occured during loading of this PDF document or rendering of PDF pages in any thread.
    Requirements

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

    See Also