Skip to content

ACadSharp.CadDocument.ImageDefinitions

Albert Domenech edited this page Nov 25, 2024 · 2 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