Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
InputProfile Property
See Also 
Leadtools.Web.Controls Namespace > TiledImageViewer Class : InputProfile Property




Gets or sets the name of the input profile xml file that contains the loading options to be used when loading the image file.

Syntax

Visual Basic (Declaration) 
Public Property InputProfile As String
Visual Basic (Usage)Copy Code
Dim instance As TiledImageViewer
Dim value As String
 
instance.InputProfile = value
 
value = instance.InputProfile
C# 
public string InputProfile {get; set;}
Managed Extensions for C++ 
public: __property string* get_InputProfile();
public: __property void set_InputProfile( 
   string* value
);
C++/CLI 
public:
property String^ InputProfile {
   String^ get();
   void set (String^ value);
}

Return Value

A character string that contains the name of the input profile xml file.

Example

Remarks

To load an image file using the default loading options set this property to Empty.

For more information about Input Profile XML, refer to Input Profile Tags.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also