The exception that is thrown when a image cannot be placed within the available space.

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

Syntax

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

Remarks

This can happen when the image is larger than a complete page or area. If available the path and Paragraph.ID are included in the error description

Inheritance Hierarchy

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

See Also