Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

ReaderQuotasMaxArrayLength Property






Gets or sets the maximum allowed array length for the binding reader quotas.
Syntax
public int ReaderQuotasMaxArrayLength {get; set;}
'Declaration
 
Public Property ReaderQuotasMaxArrayLength As Integer
'Usage
 
Dim instance As DicomWCFStreamer
Dim value As Integer
 
instance.ReaderQuotasMaxArrayLength = value
 
value = instance.ReaderQuotasMaxArrayLength

            

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

Property Value

The maximum allowed array length. The default is 16384.
Requirements

Target Platforms

See Also

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

Error processing SSI file