The exception that is thrown when a shape cannot be placed on a page because the shape has an invalid size.

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

Syntax

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

Remarks

This exception can occur when the width or height of a shape is 0. The shape.ID is included into the error description

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      TallComponents.PDF.Layout..::..PdfException
        TallComponents.PDF.Layout.Shapes..::..ShapeSizeException

See Also