LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterDefaults Class Members
See Also  Properties  Methods 
Leadtools Namespace : RasterDefaults Class

The following tables list the members exposed by RasterDefaults.

Public Properties

 NameDescription
public Propertystatic (Shared in Visual Basic) DitheringMethodGets or sets a value that specifies the default dithering method to use when converting an image from 64, 48, 32, 24, or 16 bits per pixel to 8 bits per pixel or fewer. Supported in Silverlight, Windows Phone 7  
public Propertystatic (Shared in Visual Basic) MaximumThreadCountGets or sets the maximum number of threads used during processing. Supported in Silverlight, Windows Phone 7  
public Propertystatic (Shared in Visual Basic) MemoryFlagsGets or sets a value that specifies the type of memory to use when creating new RasterImage objects.  
public Propertystatic (Shared in Visual Basic) MemoryThresholdGets or sets a value that specifies the memory restrictions for allocating new RasterImage objects.  
public Propertystatic (Shared in Visual Basic) TemporaryDirectoryGets or sets Sets a value that specifies the directory in which LEADTOOLS will create temporary files when creating disk-based RasterImage objects.  
public Propertystatic (Shared in Visual Basic) XResolutionGets or sets the horizontal resolution used when creating new RasterImage objects. Supported in Silverlight, Windows Phone 7  
public Propertystatic (Shared in Visual Basic) YResolutionGets or sets the vertical resolution used when creating new RasterImage objects. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic) SetRasterImageAllocateCallbackSets a global callback to be called whenever the toolkit is creating a new RasterImage object.  
Top

See Also