[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphImage

ParagraphImage Class

Represents an inline image in the Content of a RenderParagraph.

Inheritance
ParagraphImage
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class ParagraphImage : ParagraphObject, IStyleOwner, ICloneable, IDocumentLocation

Constructors

Name Description
ParagraphImage()

Initializes a new instance of the ParagraphImage class.

ParagraphImage(Image)

Initializes a new instance of the ParagraphImage class, assigning the Image property.

ParagraphImage(Image, Style)

Initializes a new instance of the ParagraphImage class, assigning the Image property, and specifying the Style.

ParagraphImage(string)

Initializes a new instance of the ParagraphImage class, assigning the ImageName property.

Properties

Name Description
Image

Gets or sets an Image that is rendered by the current ParagraphImage object.

ImageName

Gets or sets the name of an image that is rendered by the current ParagraphImage object. When the current object renders, the actual image is retrieved by this name from the Dictionary of the containing C1PrintDocument.

Methods

Name Description
AssignFrom(ParagraphObject)

Assigns (copies) properties from another ParagraphObject to the current object.

CreateSame()

Creates new empty ParagraphImage object.

GetLength()

Returns the length of the current paragraph object.

See Also