Thrown when invalid or unsupported RTF content is encountered.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public class InvalidRtfException : PdfException
Visual Basic
Public Class InvalidRtfException _
	Inherits PdfException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF.Layout..::..PdfException
        TallComponents.PDF.Layout.Paragraphs..::..InvalidRtfException

See Also