A paragraph that holds image (graphical) data.

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

Syntax

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

Remarks

The image class is a specialization of paragraph. Use this class to place a raster image on the page.

Inheritance Hierarchy

See Also