Table of Contents

Class TableFieldPdf

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Table field that renders a PDF inside a table line.

public class TableFieldPdf : TableFieldBase
Inheritance
TableFieldPdf
Inherited Members

Constructors

TableFieldPdf(CollectionTableFieldBases)

Creates and appends a new PDF table field.

public TableFieldPdf(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

Parent table field collection.

TableFieldPdf(CollectionTableFieldBases, int)

Creates and inserts a new PDF table field at the given index.

public TableFieldPdf(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases

Parent table field collection.

index int

Insertion index.

Properties

Definition

Gets the PDF definition.

[JsonInclude]
public PropertyPdfDefinition Definition { get; }

Property Value

PropertyPdfDefinition

ExportAsPicture

Gets or sets whether the PDF content is rasterized on export.

public string ExportAsPicture { get; set; }

Property Value

string

Height

Gets or sets the field height (0 = auto).

public string Height { get; set; }

Property Value

string