Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : UriOperationBufferSize Property |
public int UriOperationBufferSize {get; set;}
'Declaration
Public Property UriOperationBufferSize As Integer
'Usage
Dim instance As RasterCodecs Dim value As Integer instance.UriOperationBufferSize = value value = instance.UriOperationBufferSize
public int UriOperationBufferSize {get; set;}
@property (nonatomic, assign) NSUInteger uriOperationBufferSize
public int getUriOperationBufferSize() public void setUriOperationBufferSize(int value)
<br/>get_UriOperationBufferSize();<br/>set_UriOperationBufferSize(value);<br/>Object.defineProperty('UriOperationBufferSize');
The value of the UriOperationBufferSize property is used to determine the size of the temporary buffer used when streaming image file data using any of the URI-based load or information operations.
The following methods use the value of this property internally to allocate the temporary buffer:
The default size of the buffer is 4096 (4 KBytes). This means that the RasterCodecs object will try to load the image data in 4 KBytes chunks of data.
Increasing the buffer size might enhance the performance while also increasing the amount of memory resources used.