←Select platform

FileName Property

Summary

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

FileName of the attachment. This name may not be unique in the collection of attachments in a file. Therefore, AttachmentNumber is used to identify the attachment to extract using RasterCodecs.ExtractAttachment.

Example

For an example, refer to ReadAttachments.

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.Codecs Assembly

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