This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
7f67a987 8f92 9b24 c4ef 4a523cf741b0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the pdf underlay definitions collection.
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