API Reference
Class
PdfTableCellImage
Represents an image rendered inside a table cell.
Inheritance
- Object
- PdfTableCellImage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfTableCell.Images
Accepted by parameters
- Constructor PdfTableCell.PdfTableCell
- Constructor PdfTableCell.PdfTableCell
- Method PdfTableCell.WithImages
- Method PdfTableCell.WithImages
Constructors
public PdfTableCellImage(Byte[] data, Double width, Double height, PdfImageStyle style = null, String linkUri = null, String linkContents = null) #Creates a table-cell image from raster bytes supported by OfficeIMO.Drawing.
Parameters
- data System.Byte[]
- width System.Double
- height System.Double
- style OfficeIMO.Pdf.PdfImageStyle = null
- linkUri System.String = null
- linkContents System.String = null
Inherited Methods
Properties
public Double Width { get; } #Target image width in PDF points.
public Double Height { get; } #Target image height in PDF points.
public OfficeImageInfo Info { get; } #Detected source image metadata.
public PdfImageStyle Style { get; } #Optional image style. When omitted, the table cell alignment is used.
public String LinkUri { get; } #Optional absolute URI or catalog-base-relative URI linked from the image rectangle.
public String LinkContents { get; } #Optional PDF annotation contents metadata for the image link.