LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

RasterCodecs Property






Gets or sets the RasterCodecs used when loading the images of objects that implement the IAnnPictureObject interface.
Syntax
public RasterCodecs RasterCodecs {get; set;}
'Declaration
 
Public Property RasterCodecs As RasterCodecs
'Usage
 
Dim instance As AnnAutomationManager
Dim value As RasterCodecs
 
instance.RasterCodecs = value
 
value = instance.RasterCodecs
public RasterCodecs RasterCodecs {get; set;}
 get_RasterCodecs();
set_RasterCodecs(value);
public:
property RasterCodecs^ RasterCodecs {
   RasterCodecs^ get();
   void set (    RasterCodecs^ value);
}

Property Value

A RasterCodecs object used when loading the images of objects that implement the IAnnPictureObject interface.
Remarks

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 Visual Basic), this AnnAutomationManager will use GDI+ to load the images.

For more information regarding the IAnnPictureObject interface, refer to Using Pictures in Annotation Objects.

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

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.