Whether or not this XhtmlParagraph should use inline images. (default=true).

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

Syntax

C#
public bool UseInlineImage { get; set; }
Visual Basic
Public Property UseInlineImage As Boolean
	Get
	Set

Remarks

Inline images are rendered as black boxes in Adobe Reader|Acrobat 9.0.0, please use 'false' if you want to display the resulting PDF correctly.

Be aware that in this case inline images will be rendered as block level images.

See Also