Gets or sets the URL of the XML file that contains the codec save options for the image displayed by the WebThumbnailViewer.
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.
For and example, refer to
Add(String,Int32,Int32).