Namespace Gehtsoft.PDFFlow.Models.Exceptions

Classes

InvalidPositionException

The exception is thrown when adding a document flow area with negative coordinates or when adding a repeating area by coordinates if the it does not fit in the remaining space on the page.

InvalidSizeException

The exception is thrown when adding a repeating area by coordinates if its size exceeds the remaining space on the page.

NotEnoughSpaceException

The exception is thrown when an image or a paragraph is added to a section and there is not enough available space on the page for this element.

TableDataSourceException

The exception is thrown when a data source with different fields is added to the table.

UnableToChangeFluentContextException

The exception is thrown when the fluent context cannot be changed.

back