DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomGlobal Class / MaxJPEGWritterBufferSize Property



In This Topic
    MaxJPEGWritterBufferSize Property
    In This Topic
    The maximum size of byte[] used for DicomObjects JPEG compressor - default value is 64KB the larger the size the less number of write to output but the higher memory allocation. A tested fine balance is needed for optimal performance
    Syntax
    'Declaration
     
    
    Public Shared Property MaxJPEGWritterBufferSize As Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomGlobal.MaxJPEGWritterBufferSize = value
     
    value = DicomGlobal.MaxJPEGWritterBufferSize
    public static int MaxJPEGWritterBufferSize {get; set;}
    public:
    static property int MaxJPEGWritterBufferSize {
       int get();
       void set (    int value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also