The exception that is thrown when a document without any page is written.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
[SerializableAttribute]
public class NoPagesException : PdfException
Visual Basic
<SerializableAttribute> _
Public Class NoPagesException _
	Inherits PdfException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF..::..PdfException
        TallComponents.PDF..::..NoPagesException

See Also