LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

OutputProfile Property (WebThumbnailViewer)

Show in webframe





Gets or sets the URL of the XML file that contains the codec save options for the image displayed by the WebThumbnailViewer.
Syntax
public string OutputProfile {get; set;}
'Declaration
 
Public Property OutputProfile As String
'Usage
 
Dim instance As WebThumbnailViewer
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 and example, refer to Add(String,Int32,Int32).
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members
Output Profile Tags
WebThumbnailViewer Client Class

 

 


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