The exception that is thrown when a drawing doesn't fit on a page.

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

Syntax

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

Remarks

Raised when a drawing cannot be placed on a page because the drawing is larger than a complete page. The paragraph.ID is included into the error description

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF.Layout..::..PdfException
        TallComponents.PDF.Layout..::..DrawingSizeException

See Also