Image

PdfShape.Image property

Gets or sets the image of this PdfShape.

public PdfWatermarkableImage Image { get; set; }

Property Value

The image of this PdfShape. Returns null if the object has no image.

See Also