Enum FitPolicy
        Namespace TallComponents.PDF.Layout.Paragraphs
    
Different policies for handling image paragraphs that do not fit the available space.
Fields
ThrowException
                If the image width or height exceed the available space, an ImageSizeException is thrown.
            Shrink
                If the image width or height exceed the available space, the image shrinks to fit. Depending
            on KeepAspectRatio, it will keep the aspect ratio or not. The image will never grow.
            Clip
                If the image width or height exceed the avaiable space, the image is clipped. Either the
            right and/or bottom part is clipped.