| Name | Description | |
|---|---|---|
![]() | AddFile | Overloaded. Adds the file, located on disk, to this folder. File will be compressed using Zip(Flate) compression. |
![]() | AddFolder | Overloaded. Adds new sub folder with specified name to this folder. |
![]() | DeleteFile | Overloaded. Deletes the file from this folder. |
![]() | DeleteFolder | Overloaded. Removes the sub folder and all files and folders that contain in specified folder. |
![]() | FindNode | Searches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase) |
![]() | GetAction | Returns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | GetFile | Returns the file specification by filename. |
![]() | GetFilenames | Returns the names of all files from this folder. |
![]() | GetFolder | Returns the folder by name. |
![]() | GetFolderNames | Returns the names of all sub folders from this folder. |
![]() | GetLinearizedSubtree | Overloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by |
![]() | MoveFolder | Moves this folder to specified folder. |
![]() | RemoveFolder | Removes the sub folder from this folder. |
![]() | RenameFile | Renames the file with specified name. |
![]() | SetAction | Sets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | ToString | Returns the string representation of this object. |
