Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.DataContracts assembly)

Show in webframe

FileName Property






Gets or sets the file name used to load a file from or save a file to disk.
Syntax
[DataMemberAttribute(Name="FileName", IsRequired=true)]
public string FileName {get; set;}
'Declaration
 
<DataMemberAttribute(Name="FileName", IsRequired=True)>
Public Property FileName As String
'Usage
 
Dim instance As FileBinaryData
Dim value As String
 
instance.FileName = value
 
value = instance.FileName

            

            
[DataMemberAttribute(Name="FileName", IsRequired=true)]
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that specifies the file name used in loading and saving.
Example
For an example, refer to FileBinaryData.
Requirements

Target Platforms

See Also

Reference

FileBinaryData Class
FileBinaryData Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features