Skip to content

ACadSharp.CadDocument.ImageDefinitions

Albert Domenech edited this page Apr 9, 2025 · 3 revisions

ImageDefinitions Property

The collection of all images in the drawing.

Remarks

The collection is null if the doesn't exist in the root dictionary.

Definition

Namespace: ACadSharp.CadDocument

C#

public ImageDefinitionCollection ImageDefinitions { get; private set; }

Property Value

ImageDefinitionCollection

Clone this wiki locally