[]
Represents an inline image in the Content of a RenderParagraph.
public class ParagraphImage : ParagraphObject, IStyleOwner, ICloneable, IDocumentLocation
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. |
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. |
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. |