←Select platform

DisplayName Property

Summary

Display name of the attachment.

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

Property Value

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

Remarks

DisplayName is parsed from the original document, and is optional. For attachments embedded in PDF documents, DisplayName will be equal to FileName.

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.