Table of Contents

Class ObjectTemplate

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

Template object embedding an image/drawing used as a design background (e.g. preprinted form) with optional color fade and isotropic scaling.

public class ObjectTemplate : ObjectBase
Inheritance
ObjectTemplate
Inherited Members

Constructors

ObjectTemplate(CollectionObjectBases)

Creates and appends a template object to the collection.

public ObjectTemplate(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

ObjectTemplate(CollectionObjectBases, int)

Creates and inserts a template object at the specified index.

public ObjectTemplate(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases
index int

Properties

ColorFade

Gets or sets the color fade value.

public string ColorFade { get; set; }

Property Value

string

FileInfo

Gets the drawing file info.

[JsonInclude]
public PropertyDrawingFileInfo FileInfo { get; }

Property Value

PropertyDrawingFileInfo

Isotropic

Gets or sets whether the template content is scaled isotropically (keeping aspect ratio).

public string Isotropic { get; set; }

Property Value

string

ShowOnPreview

Gets or sets whether the template is shown in preview.

public string ShowOnPreview { get; set; }

Property Value

string