←Select platform

FileName Property

Summary

Gets the name of the file being loaded or saved.

Syntax

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

Property Value

The name of the file being loaded or saved.

Example

For an example, refer to RasterCodecs.LoadPage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly