Click or drag to resize

PdfImageContent Properties

The PdfImageContent type exposes the following members.

Properties
 NameDescription
Public propertyBounds Gets the bounds of the PdfImageContent.
(Overrides PdfVisualContentElementBounds)
Public propertyElementType Gets the Image value.
(Overrides PdfContentElementElementType)
Public propertyImage

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.

Public propertyIsInline

Gets or sets a value indicating whether the image content is inlined in the content stream.

If IsInline is , the Image is made read-only. This is required to correctly detect content changes.

Top
See Also