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
itemCollectionCollectionTableFieldBases
TableFieldDrawing(CollectionTableFieldBases, int)
Creates and inserts a drawing field at the specified index.
public TableFieldDrawing(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
Contents
Gets or sets the drawing contents expression.
public string Contents { get; set; }
Property Value
DrawingAlignment
Gets or sets the drawing alignment.
public string DrawingAlignment { get; set; }
Property Value
ExportAsPicture
Gets or sets whether the drawing is exported as a raster image.
public string ExportAsPicture { get; set; }
Property Value
Height
Gets or sets the object height.
public string Height { get; set; }
Property Value
Isotropic
Gets or sets isotropic scaling flag.
public string Isotropic { get; set; }
Property Value
SaveAsPictureType
Gets or sets the picture save type (legacy alias DwgSaveAsJPEG for non-LLCP builds).
public string SaveAsPictureType { get; set; }