PdfTableCell.ImageWidth Property

PDF File Writer

PdfTableCellImageWidth Property

Gets or sets image width in user units.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double ImageWidth { get; set; }

Property Value

Type: Double
Remarks
Please note "Remarks" in Image property for description of ImageWidth and ImageHeight.
See Also