VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentFolder Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfAttachmentFolder Class Members
    In This Topic
    The following tables list the members exposed by PdfAttachmentFolder.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the date the folder was first created.
    Public PropertyGets or sets the data field collection, which is used to create the user interface for file attachments.
    Public PropertyGets or sets the description associated with this folder.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether added file must be encoded immediately and stored in memory.
    Public PropertyGets or sets the files that contains within this folder.
    Public PropertyGets or sets an array that contains sub folders of this folder.
    Public PropertyGets a non-negative integer value representing the unique folder identification number.
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this folder contains files.
    Public PropertyGets a value indicating whether this folder contains sub folders.
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this folder is root folder.
    Public PropertyGets or sets the date of the most recent change to immediate child files or folders of this folder.
    Public PropertyGets or sets the name representing the name of the folder.
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets the parent folder of this folder.
    Public PropertyGets a root folder (RootFolder).
    Public PropertyGets or sets thumbnail associated with this folder.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the file, located on disk, to this folder. File will be compressed using Zip(Flate) compression.
    Public MethodOverloaded. Adds new sub folder with specified name to this folder.
    Public MethodOverloaded. Deletes the file from this folder.
    Public MethodOverloaded. Removes the sub folder and all files and folders that contain in specified folder.
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the file specification by filename.
    Public MethodReturns the names of all files from this folder.
    Public MethodReturns the folder by name.
    Public MethodReturns the names of all sub folders from this folder.
    Public MethodOverloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by . (Inherited from PdfTreeNodeBase)
    Public MethodMoves this folder to specified folder.
    Public MethodRemoves the sub folder from this folder.
    Public MethodRenames the file with specified name.
    Public MethodSets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the string representation of this object.
    See Also