[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphImage.-ctor

ParagraphImage Constructor

ParagraphImage()

Initializes a new instance of the ParagraphImage class.

Declaration
public ParagraphImage()

ParagraphImage(Image, Style)

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

Declaration
public ParagraphImage(Image image, Style style)
Parameters
Type Name Description
Image image

An image assigned to the Image property of the current object.

Style style

A Style to use (the AssignNonInheritedFrom(Style) method is used to copy the specified style to the current object's Style).

ParagraphImage(Image)

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

Declaration
public ParagraphImage(Image image)
Parameters
Type Name Description
Image image

An image assigned to the Image property of the current object.

ParagraphImage(string)

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

Declaration
public ParagraphImage(string imageName)
Parameters
Type Name Description
string imageName

A string that is assigned to the ImageName property.