Gets or sets the RasterCodecs used when loading the images of objects that implement the IAnnPictureObject interface.
public RasterCodecs RasterCodecs { get; set; }
Public Property RasterCodecs As Leadtools.Codecs.RasterCodecs
public:
property Leadtools.Codecs.RasterCodecs^ RasterCodecs {
Leadtools.Codecs.RasterCodecs^ get();
void set ( Leadtools.Codecs.RasterCodecs^ );
}
A RasterCodecs object used when loading the images of objects that implement the IAnnPictureObject interface.
If you set this value to a valid RasterCodecs object, this AnnAutomationManager will use the RasterCodecs object to load the images of objects that implement the IAnnPictureObject interface. After that, the manager will use the RasterImageConverter.ConvertToImage method to convert the Leadtools.RasterImage loaded into an System.Drawing.Image. Using a RasterCodecs allows the manager to load many more different image file formats than the formats that GDI+ supports.
If you set the value of this property to null (Nothing in VB), this AnnAutomationManager will use GDI+ to load the images.
For more information regarding the IAnnPictureObject interface, refer to Using Pictures in Annotation Objects (Deprecated).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET