ACadSharp.CadDocument.ImageDefinitions - DomCR/ACadSharp GitHub Wiki

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