Error processing SSI file
LEADTOOLS (Leadtools.Logging assembly)

Show in webframe

RollSize Property






Gets or sets the maximum size of the file before a roll occurs.
Syntax
public int RollSize {get; set;}
'Declaration
 
Public Property RollSize As Integer
'Usage
 
Dim instance As RollingFileLoggingChannel
Dim value As Integer
 
instance.RollSize = value
 
value = instance.RollSize

            

            
public:
property int RollSize {
   int get();
   void set (    int value);
}

Property Value

The maximum size of a log file.
Remarks
The size is the maximum size that the file can be. If a new log will will increase the file size beyond the size limit the file will be rolled over.
Requirements

Target Platforms

See Also

Reference

RollingFileLoggingChannel Class
RollingFileLoggingChannel Members

Error processing SSI file
Leadtools.Logging requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features