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
objectCollectionCollectionObjectBases
ObjectTemplate(CollectionObjectBases, int)
Creates and inserts a template object at the specified index.
public ObjectTemplate(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesindexint
Properties
ColorFade
Gets or sets the color fade value.
public string ColorFade { get; set; }
Property Value
FileInfo
Gets the drawing file info.
[JsonInclude]
public PropertyDrawingFileInfo FileInfo { get; }
Property Value
Isotropic
Gets or sets whether the template content is scaled isotropically (keeping aspect ratio).
public string Isotropic { get; set; }
Property Value
ShowOnPreview
Gets or sets whether the template is shown in preview.
public string ShowOnPreview { get; set; }