Table of Contents

Class PdfPageBuilder.AddedImage

Namespace
UglyToad.PdfPig.Writer
Assembly
UglyToad.PdfPig.dll

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

int

Width

The width of the raw image in pixels.

public int Width { get; }

Property Value

int