Visual Basic (Declaration) | |
---|---|
Public Property OutputProfile As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string OutputProfile {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property string* get_OutputProfile(); public: __property void set_OutputProfile( string* value ); |
Return Value
A character string that contains the name of the output profile xml file.Refer to the tutorial, Using TiledImageViewer control on client side.
To save an image file using the default saving options set this property to Empty.
For more information about Output Profile XML, refer to Output Profile Tags.
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