Skip to content

ACadSharp.CadDocument.PdfDefinitions

Albert Domenech edited this page Jul 20, 2025 · 1 revision

PdfDefinitions 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 PdfDefinitionCollection PdfDefinitions { get; private set; }

Property Value

PdfDefinitionCollection

Clone this wiki locally