Pdf3DCrossSectionCollection
Add Method
|
Adds 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 int Add(
Pdf3DCrossSection value
)
Public Function Add (
value As Pdf3DCrossSection
) As Integer
public:
int Add(
Pdf3DCrossSection^ value
)
member Add :
value : Pdf3DCrossSection -> int
Parameters
-
value
-
Type:
Spire.Pdf.Annotations
Pdf3DCrossSection
The value.
Return Value
Type:
Int32
See Also