LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

InputProfile Property (WebThumbnailViewer)






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

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
Input Profile Tags
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.