LEADTOOLS Image File Support (Leadtools.Codecs assembly)

FileName Property (CodecsOverlayData)

Show in webframe







Gets the name of the file containing the overlay image.
Syntax
public string FileName {get;}
'Declaration
 
Public ReadOnly Property FileName As String
'Usage
 
Dim instance As CodecsOverlayData
Dim value As String
 
value = instance.FileName
public string FileName {get;}
@property (nonatomic, readonly, strong) NSString* fileName;
public String getFileName()
 get_FileName(); 
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

See Also

Reference

CodecsOverlayData Class
CodecsOverlayData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.