PdfCollection
AddFile Method (String)
|
Add a local file.
Namespace:
Spire.Pdf.Collections
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddFile(
string filePath
)
Public Sub AddFile (
filePath As String
)
public:
void AddFile(
String^ filePath
)
member AddFile :
filePath : string -> unit
Parameters
-
filePath
-
Type:
System
String
The local file path.
See Also