AttachmentInfoKeyPath Property
Gets or sets the key path of the attachment if possible.
If
Key has PDF internal folder id e.g "<2>File.docx", this will be "Subfolder 2/File.docx"
where "File.docx" will come from
Name.
No subfolder will exist for those beginning with "<0>", as those are in root.
Resolving PDF internal folder id is not currently supported so subfolders will be generic like "Subfolder 2".
However, this is still useful to detect if attachment is in a subfolder.
Note that this will be generated automatically when reading the PDF.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public string KeyPath { get; set; }
Public Property KeyPath As String
Get
Set
Property Value
String