Class PdfPageBuilder.AddedImage
A key representing an image available to use for the current document builder. Create it by adding an image to a page using AddJpeg(byte[], PdfRectangle).
public class PdfPageBuilder.AddedImage
- Inheritance
-
PdfPageBuilder.AddedImage
- Inherited Members
Properties
Height
The height of the raw image in pixels.
public int Height { get; }
Property Value
Width
The width of the raw image in pixels.
public int Width { get; }