←Select platform

ImagesFolder Property

Summary

Gets or sets the folder path where images are stored.

Syntax

C#
VB
C++
public string ImagesFolder { get; set; } 
  
Public Property ImagesFolder As String 
public: 
property String^ ImagesFolder { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string value which represent the root folder where images are stored.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly