The Image type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Actions |
The actions that will be executed when the paragraph is clicked.
(Inherited from Paragraph.) | |
| Border |
Get or set the border around this content element.
Default is null, meaning that there is no border.
(Inherited from Bordered.) | |
| Caption |
This attribute can be referenced using the #c field.
(Inherited from Paragraph.) | |
| Compression |
Get or set the compression applied to the image data inside the PDF document.
| |
| DoNotBreak |
Get or set if a paragraph may be broken on page edges.
(Inherited from Paragraph.) | |
| FitPolicy |
Get or set the fit policy of the image
| |
| FrameCount |
Get the number of frames in the image.
| |
| FrameIndex |
Get or set the 0-Based index of the frame to display.
| |
| Height |
Get or set the height of this image in points.
| |
| HorizontalAlignment |
Get or set the horizontal alignment of the paragraph.
(Inherited from Paragraph.) | |
| ID |
Get or set the ID for referencing the paragraph.
(Inherited from Paragraph.) | |
| IgnoreAlpha |
Get or set if the alpha transparancy layer is ignored.
| |
| InvertCmykChannels |
Set to true to invert the colors in a CMYK image.
| |
| KeepAspectRatio |
Get or set if the aspect ratio is respected when resizing.
| |
| KeepWithNext |
Get or set if the next paragraph needs start on the same page.
(Inherited from Paragraph.) | |
| Label |
Get or set the label for this paragraph.
(Inherited from Paragraph.) | |
| LeftIndentation |
Get or set the left side indent for this paragraph.
(Inherited from Paragraph.) | |
| Margin |
Get or set the margin of a border.
(Inherited from Bordered.) | |
| MaskColor |
Get or set the color that will act as the transparent color.
| |
| Note |
Get or set the note to be inserted.
(Inherited from Paragraph.) | |
| Padding |
Get or set the padding of a border.
(Inherited from Bordered.) | |
| Path |
Get or set the absolute, relative or virtual path of the image file.
| |
| RightIndentation |
Get or set the right side indent for this paragraph.
(Inherited from Paragraph.) | |
| SpacingAfter |
Get or set the number of added user space units below the rendered paragraph.
(Inherited from Paragraph.) | |
| SpacingBefore |
Get or set the number of added user space units above the rendered paragraph.
(Inherited from Paragraph.) | |
| StartOnNewColumn |
Get or set if the paragraph needs to start on a new column.
(Inherited from Paragraph.) | |
| StartOnNewPage |
Get or set if the paragraph needs to start on a new page.
(Inherited from Paragraph.) | |
| Width |
Get or set the width of this image in points.
|