ClearImage .NET API
FileName Property (CiImage)





Inlite.ClearImage Namespace > CiImage Class : FileName Property
Image file name
Syntax
'Declaration
 
Public ReadOnly Property FileName As System.String
'Usage
 
Dim instance As CiImage
Dim value As System.String
 
value = instance.FileName
public System.string FileName {get;}
public read-only property FileName: System.String; 
public function get FileName : System.String
public:
property System.String^ FileName {
   System.String^ get();
}
Remarks

FileName, Format, PageNumber, and PageCount properties are valid if:

1.  The image file is opened using object.Open method, or

2.  The image is saved using object.SaveAs or object.Append methods

If object.IsZone image property values comes from object.Parent object 

 

 

See Also

Reference

CiImage Class
CiImage Members