←Select platform

FileName Property

Summary

Gets the name of the file currently being saved.

Syntax
C#
VB
C++
public string FileName { get; } 
Public ReadOnly Property FileName As String 
public: 
property String^ FileName { 
   String^ get(); 
} 

Property Value

A String containing the name of the file currently being saved.

Example

For an example, refer to RasterCodecs.SaveImage.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly