Add local folder into this folder.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AddExistFolder(
	string folderPath
)
Public Sub AddExistFolder ( 
	folderPath As String
)
public:
void AddExistFolder(
	String^ folderPath
)
member AddExistFolder : 
        folderPath : string -> unit 

Parameters

folderPath
String
The local folder path.

See Also