XHtmlOptions MaxAtomicImageSize Property. The maximum size at which an image may be regarded as unbreakable. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] int

[Visual Basic]
Integer
480 No The maximum size at which an image may be regarded as unbreakable.

 

   

Notes
 

ABCpdf generally regards images as atomic - unbreakable over more than one page.

However when an image reaches a certain size it's impossible to stop the image being broken. To try do so would result in unacceptable gaps in the content. So the assumption that the image is atomic has to be disregarded.

This property reflects the height (in pixels) at which images will be redefined as non-atomic.

 

   

Example
 

None.