The exception that is thrown when the PDF document is not supported.

Namespace:  TallComponents.PDF.Rasterizer
Assembly:  TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.44.0

Syntax

C#
[SerializableAttribute]
public class UnsupportedPdfException : PdfException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UnsupportedPdfException _
	Inherits PdfException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      TallComponents.PDF.Rasterizer..::.PdfException
        TallComponents.PDF.Rasterizer..::.UnsupportedPdfException

See Also