Image

Image class

Represents image.

The Image type exposes the following members:

Constructors

NameDescription
Image()Initializes a new instance of the Image class

Properties

NameDescription
vertical_alignmentGets or sets a vertical alignment of paragraph
horizontal_alignmentGets or sets a horizontal alignment of paragraph
marginGets or sets a outer margin for paragraph (for pdf generation)
is_first_paragraph_in_columnGets or sets a bool value that indicates whether this paragraph will be at next column.
Default is false.(for pdf generation)
is_kept_with_nextGets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph.
Default is false.(for pdf generation)
is_in_new_pageGets or sets a bool value that force this paragraph generates at new page.
Default is false.(for pdf generation)
is_in_line_paragraphGets or sets a paragraph is inline.
Default is false.(for pdf generation)
hyperlinkGets or sets the fragment hyperlink(for pdf generator).
z_indexGets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex
will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative
ZIndex will be placed behind the text in the page.
fileGets or sets the image file.
fix_widthGets or sets the image width.
fix_heightGets or sets the image height.
file_typeGets or sets the image file type.
image_scaleGets or sets the image scale.
image_streamGets or sets the image stream.
is_apply_resolutionGets or sets a bool value that indicates whether the image use resolution during generation
is_black_whiteGets or sets a bool value that indicates whether the image is forced to be black-and-white. If TIFF
image of CCITT subformat is used, this property must be set to true.
titleGets or sets a string value that indicates the title of the image.

Methods

NameDescription
clone()Clone the image.
get_mime_type(i)Returns mime type for image.

See Also