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

OutputProfile Property (WebImageViewer)






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 string OutputProfile {get; set;}
 get_OutputProfile();
set_OutputProfile(value);
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: 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

WebImageViewer Class
WebImageViewer Members
Output Profile Tags
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

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