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

Namespace: TallComponents.PDF.Shapes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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..::..PdfException
        TallComponents.PDF.Shapes..::..ShapeSizeException

See Also