←Select platform

FileName Property

Summary

Gets the name of the file containing the overlay image.

Syntax
C#
VB
Objective-C
C++
Java
public string FileName { get; } 
Public ReadOnly Property FileName As String 
@property (nonatomic, strong, readonly) NSString *fileName 
public String getFileName() 
public: 
property String^ FileName { 
   String^ get(); 
} 

Property Value

The name of the file containing the overlay image.

Remarks

This property is input only.

Example

For an example, refer to RasterCodecs.StartOverlay

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