Pdf3DCrossSectionCollection
Remove Method
|
Removes the specified value.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
Pdf3DCrossSection value
)
Public Sub Remove (
value As Pdf3DCrossSection
)
public:
void Remove(
Pdf3DCrossSection^ value
)
member Remove :
value : Pdf3DCrossSection -> unit
Parameters
-
value
-
Type:
Spire.Pdf.Annotations
Pdf3DCrossSection
The value.
See Also