API Reference

Class

PdfTableCellImage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

Accepted by parameters

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[] requiredposition: 0
width System.Double requiredposition: 1
height System.Double requiredposition: 2
style OfficeIMO.Pdf.PdfImageStyle = null optionalposition: 3
linkUri System.String = null optionalposition: 4
linkContents System.String = null optionalposition: 5

Properties

public Byte[] Data { get; } #

Image bytes.

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.