VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfRuntimeWarning Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfRuntimeWarning Class
    In This Topic
    Provides information about the runtime warning which occurs during loading of PDF document or rendering of PDF page.
    Object Model
    PdfRuntimeWarning
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfRuntimeWarning
       Inherits PdfRuntimeMessage
    
    
    public sealed class PdfRuntimeWarning : PdfRuntimeMessage
    
    
    public __gc __sealed class PdfRuntimeWarning : public PdfRuntimeMessage*
    
    
    public ref class PdfRuntimeWarning sealed : public PdfRuntimeMessage^
    
    
    Remarks

    Warning is not a critical error and may be ignored.

    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Pdf.PdfRuntimeMessage
             Vintasoft.Imaging.Pdf.PdfRuntimeWarning

    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