←Select platform

FileName Property

Summary

The file name of the attachment.

Syntax
C#
VB
C++
public string FileName {get; set;} 
Public Property FileName() As String 
   Get 
   Set 
public:  
   property String^ FileName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The file name of the attachment. The default value is null.

Remarks

For attachments embedded in PDF files, FileName is parsed from the original document and will not be null. However, the values are not guaranteed to be unique.

For more information, refer to Document Attachments.

Example

For an example, refer to DocumentAttachment and DocumentAttachment.DocumentId.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.