Table of Contents

Class TableFieldDrawing

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

Table field hosting a drawing (image/vector) with alignment, scaling and export options.

public class TableFieldDrawing : TableFieldBase
Inheritance
TableFieldDrawing
Inherited Members

Constructors

TableFieldDrawing(CollectionTableFieldBases)

Creates and appends a drawing field.

public TableFieldDrawing(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

TableFieldDrawing(CollectionTableFieldBases, int)

Creates and inserts a drawing field at the specified index.

public TableFieldDrawing(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

Contents

Gets or sets the drawing contents expression.

public string Contents { get; set; }

Property Value

string

DrawingAlignment

Gets or sets the drawing alignment.

public string DrawingAlignment { get; set; }

Property Value

string

ExportAsPicture

Gets or sets whether the drawing is exported as a raster image.

public string ExportAsPicture { get; set; }

Property Value

string

Height

Gets or sets the object height.

public string Height { get; set; }

Property Value

string

Isotropic

Gets or sets isotropic scaling flag.

public string Isotropic { get; set; }

Property Value

string

SaveAsPictureType

Gets or sets the picture save type (legacy alias DwgSaveAsJPEG for non-LLCP builds).

public string SaveAsPictureType { get; set; }

Property Value

string