Table of Contents

Class ObjectDrawing

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

Represents a drawing object that can embed vector or bitmap graphics and supports frame, source and hyperlink settings.

public class ObjectDrawing : ObjectBase
Inheritance
ObjectDrawing
Inherited Members

Constructors

ObjectDrawing(CollectionObjectBases)

Creates and appends a new drawing object to the specified collection.

public ObjectDrawing(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

ObjectDrawing(CollectionObjectBases, int)

Creates and inserts a new drawing object at the given index in the collection.

public ObjectDrawing(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases
index int

Properties

ExportAsPicture

Gets or sets whether the drawing should be exported as a rasterized picture.

public string ExportAsPicture { get; set; }

Property Value

string

Frame

Gets the frame styling applied to the drawing.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame

LinkUrl

Gets or sets the hyperlink URL assigned to the drawing.

public string LinkUrl { get; set; }

Property Value

string

Source

Gets the drawing source (embedded image/vector data or external reference).

[JsonInclude]
public PropertyDrawingContents Source { get; }

Property Value

PropertyDrawingContents