Name | Description | |
---|---|---|
![]() | PdfAttachmentFolder | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | PdfAttachmentFolder | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | BasicObject | Gets the basic object of this tree node. (Inherited from PdfTreeNodeBase) |
![]() | CreationDate | Gets or sets the date the folder was first created. |
![]() | DataFields | Gets or sets the data field collection, which is used to create the user interface for file attachments. |
![]() | Description | Gets or sets the description associated with this folder. |
![]() | Document | Gets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase) |
![]() | EncodeFileImmediately | Gets or sets a value indicating whether added file must be encoded immediately and stored in memory. |
![]() | Files | Gets or sets the files that contains within this folder. |
![]() | Folders | Gets or sets an array that contains sub folders of this folder. |
![]() | ID | Gets a non-negative integer value representing the unique folder identification number. |
![]() | IndirectReference | Gets the reference to an indirect object. (Inherited from PdfTreeNodeBase) |
![]() | IsChanged | Gets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase) |
![]() | IsContainsFiles | Gets a value indicating whether this folder contains files. |
![]() | IsContainsFolders | Gets a value indicating whether this folder contains sub folders. |
![]() | IsIndirectObject | Gets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase) |
![]() | IsNew | Gets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase) |
![]() | IsRoot | Gets a value indicating whether this folder is root folder. |
![]() | ModificationDate | Gets or sets the date of the most recent change to immediate child files or folders of this folder. |
![]() | Name | Gets or sets the name representing the name of the folder. |
![]() | ObjectNumber | Gets the unique object number. (Inherited from PdfTreeNodeBase) |
![]() | Parent | Gets the parent folder of this folder. |
![]() | RootFolder | Gets a root folder (RootFolder). |
![]() | Thumbnail | Gets or sets thumbnail associated with this folder. |
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. |