Pdf |
Gets or sets the image.
If IsInline is , the Image is made read-only. This is required to correctly detect content changes.
If IsInline is , use Clone method on the Image to get PdfImage that you want to edit and set the edited clone back to the Image property.
| Exception | Condition |
|---|---|
| ArgumentNullException | Value is . |
| ArgumentException | The specified image cannot be used as an inline image because either its stream dictionary has indirect descendants or it has stream filters that are not supported in inline images (JPXDecode or JBIG2Decode). |