Pdf |
The PdfImageContent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bounds |
Gets the bounds of the PdfImageContent.
(Overrides PdfVisualContentElementBounds) |
![]() | ElementType |
Gets the Image value.
(Overrides PdfContentElementElementType) |
![]() | Image | 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. |
![]() | IsInline | 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. |
Name | Description | |
---|---|---|
![]() | Save(String) | Saves the image content to a file with the specified path. Path must include file extension. |
![]() | Save(Stream, ImageSaveOptions) | Saves the image content in the specified stream. |
![]() | Save(String, ImageSaveOptions) | Saves the image content to a file with the specified path. |