LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterCodecs Class Properties
See Also 
Leadtools.Codecs Namespace : RasterCodecs Class


"

For a list of all members of this type, see RasterCodecs members.

"

Public Properties

 NameDescription
public Property AsyncWebClientGets the System.Net.WebClient object used for asynchronous operations.  
public Property CachedPreloadCodecsGets the current setting for the cached preload codecs count.  
public Property FastFileInfoEnables or disables fast file info processing.  
public Property FixedPreloadCodecsGets the current setting for the fixed preload codecs count.  
public Property IgnoreCodecsListGets the current ignore codecs list.  
public Property IsAsyncBusyGets a value that determines whether this RasterCodecs object is currently busy with an asynchronous operation on a URL.  
public Property IsFeedLoadDoneDetermines if the feed-load process is done.  
public Property LoadStatusGets a value that allows the detection of whether the image was loaded with errors.  
public Property LoadThenResizeGets or sets a value that determine whether this RasterCodecs object should load the image entirely before resizing.  
public Property OptionsGets or sets the load and save options for this RasterCodecs.  
public Property PreloadCodecsListGets the current preload codecs list.  
public Property ThrowExceptionsOnInvalidImagesGets or sets a value indicating whether to throw an exception instead of returning a null reference (Nothing in Visual Basic) on certain methods of this RasterCodecs object.  
public Property UriOperationBufferSizeGets or sets the size of the buffer used in URI-based load or information operations.  
public Property UriOperationCredentialsGets or sets authentication information used with URI-based operations  
public Property UriOperationProxyGets or sets proxy information used with URI-based operations  
Top

See Also