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 411
14bb75f4 41be 6580 c442 f8ade77c9eec
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a PDF underlay definition.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
UnderlayPdfDefinition item
)
VB
Public Overrides Function Remove (
item As UnderlayPdfDefinition
) As Boolean
C++
public:
virtual bool Remove(
UnderlayPdfDefinition^ item
) override
F#
abstract Remove :
item : UnderlayPdfDefinition -> bool
override Remove :
item : UnderlayPdfDefinition -> bool
- UnderlayPdfDefinition
- UnderlayPdfDefinition to remove from the document.
Boolean
True if the underlay definition has been successfully removed, or false otherwise.
Any underlay definition referenced by objects cannot be removed.
UnderlayPdfDefinitions Class
Remove Overload
netDxf.Collections Namespace