PdfFolder
AddExistFolder Method
|
Add local folder into this folder.
Namespace:
Spire.Pdf.Collections
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddExistFolder(
string folderPath
)
Public Sub AddExistFolder (
folderPath As String
)
public:
void AddExistFolder(
String^ folderPath
)
member AddExistFolder :
folderPath : string -> unit
Parameters
-
folderPath
-
Type:
System
String
The local folder path.
See Also