LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

OutputProfile Property (WebImageViewer)

Show in webframe





Gets or sets the URL of the XML file that contains codecs save options for the image displayed by the WebImageViewer.
Syntax
public string OutputProfile {get; set;}
'Declaration
 
Public Property OutputProfile As String
'Usage
 
Dim instance As WebImageViewer
Dim value As String
 
instance.OutputProfile = value
 
value = instance.OutputProfile

            

            
public:
property String^ OutputProfile {
   String^ get();
   void set (    String^ value);
}

Property Value

The url of the XML file containing the OutputProfile settings.
Example
For an example, refer to ImageUrl.
Requirements

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members
Output Profile Tags
WebImageViewer Client Class

 

 


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