Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

InputProfile Property (WebThumbnailViewer)






Gets or sets the URL of the XML file that contains the codecs load options.
Syntax
public string InputProfile {get; set;}
public:
property String^ InputProfile {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property InputProfile As String
 
'Usage
 
Dim instance As WebThumbnailViewer
Dim value As String
 
instance.InputProfile = value
 
value = instance.InputProfile

Property Value

The url of the XML file containing the InputProfile settings.
Example
For an example, refer to Add(String,Int32,Int32).
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
Input Profile Tags
WebThumbnailViewer Client Class

Error processing SSI file