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
itemCollectionCollectionTableFieldBasesParent 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
itemCollectionCollectionTableFieldBasesParent table field collection.
indexintInsertion index.
Properties
Definition
Gets the PDF definition.
[JsonInclude]
public PropertyPdfDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the PDF content is rasterized on export.
public string ExportAsPicture { get; set; }
Property Value
Height
Gets or sets the field height (0 = auto).
public string Height { get; set; }