Image Class
Provides information about an image in a PDF document.
public abstract class Image
Properties
ContentType | Gets the IANA media type for the image. |
Methods
GetContent | Gets the binary content of the image. | |
GetContentAsync | Gets the binary content of the image asynchronously. | |
ToDataUrl | Generates a data URL for this image. | |
ToDataUrlAsync | Generates a data URL for this image asynchronously. |