[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphImage.-ctor

ParagraphImage Constructor

ParagraphImage()

Initializes a new instance of the ParagraphImage class.

Declaration
public ParagraphImage()
Public Sub New()

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)
Public Sub New(image As Image, style As 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)
Public Sub New(image As 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)
Public Sub New(imageName As String)
Parameters
Type Name Description
string imageName

A string that is assigned to the ImageName property.