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
objectCollectionCollectionObjectBases
ObjectDrawing(CollectionObjectBases, int)
Creates and inserts a new drawing object at the given index in the collection.
public ObjectDrawing(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesindexint
Properties
ExportAsPicture
Gets or sets whether the drawing should be exported as a rasterized picture.
public string ExportAsPicture { get; set; }
Property Value
Frame
Gets the frame styling applied to the drawing.
[JsonInclude]
public PropertyFrame Frame { get; }
Property Value
LinkUrl
Gets or sets the hyperlink URL assigned to the drawing.
public string LinkUrl { get; set; }
Property Value
Source
Gets the drawing source (embedded image/vector data or external reference).
[JsonInclude]
public PropertyDrawingContents Source { get; }