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 419
40ce4566 1f2c 750a 0a91 f1d73ad2237e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the UnderlayPdfDefinition
class.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public UnderlayPdfDefinition(
string name,
string file
)
VB
Public Sub New (
name As String,
file As String
)
C++
public:
UnderlayPdfDefinition(
String^ name,
String^ file
)
F#
new :
name : string *
file : string -> UnderlayPdfDefinition
- String
- Underlay definition name.
- String
- Underlay file name with full or relative path.
The file extension must match the underlay type.
UnderlayPdfDefinition Class
UnderlayPdfDefinition Overload
netDxf.Objects Namespace