VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / CancelRenderingProcessException Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    CancelRenderingProcessException Class
    In This Topic
    Exception that should be thrown if PDF page rendering process must be canceled.
    Object Model
    CancelRenderingProcessException
    Syntax
    'Declaration
    
    Public NotInheritable Class CancelRenderingProcessException
       Inherits System.Exception
    
    
    public sealed class CancelRenderingProcessException : System.Exception
    
    
    public __gc __sealed class CancelRenderingProcessException : public System.Exception*
    
    
    public ref class CancelRenderingProcessException sealed : public System.Exception^
    
    
    Inheritance Hierarchy

    System.Object
       System.Exception
          Vintasoft.Imaging.Pdf.CancelRenderingProcessException

    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