Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7f67a987 8f92 9b24 c4ef 4a523cf741b0

haplokuon edited this page May 6, 2023 · 1 revision

UnderlayPdfDefinitions Property

netDxf 3.0.0 Library

Gets the pdf underlay definitions collection.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public UnderlayPdfDefinitions UnderlayPdfDefinitions { get; }

VB

Public ReadOnly Property UnderlayPdfDefinitions As UnderlayPdfDefinitions
	Get

C++

public:
property UnderlayPdfDefinitions^ UnderlayPdfDefinitions {
	UnderlayPdfDefinitions^ get ();
}

F#

member UnderlayPdfDefinitions : UnderlayPdfDefinitions with get

Property Value

UnderlayPdfDefinitions

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally