PdfFolder Methods |
The PdfFolder type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddExistFolder |
Add local folder into this folder.
|
|
|
AddFile(String) |
Add a local file into this folder.
|
|
|
AddFile(String, Stream) |
Add a stream into this folder.
|
|
|
Clear |
Clear this folder.
|
|
|
CreateSubfolder |
Create an subfolder.
|
|
|
DeleteFile |
Delete the file in this folder.
|
|
|
DeleteSubfolder |
Delete an subfolder.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetFiles |
Get the files in this folder.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetSubfolders |
Get the subfolders of this folder.
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
HasSubfolders |
Whether has subfolders.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
SynchronizeFromPdfPrimitive |
Synchronize the instance from the pdf primitive.
|
|
|
SynchronizeToPdfPrimitive |
Synchronize the instance to the pdf primitive.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|