Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

SetImageData Method






The reference AnnContainer.
The location and size in container on where to set the image data. This is in container coordinates.
The image data to be set. This contains the same data perviously obtained with GetImageData.
Sets the image data at the specified location and size.
Syntax
public abstract void SetImageData( 
   AnnContainer container,
   LeadRectD bounds,
   byte[] data
)
'Declaration
 
Public MustOverride Sub SetImageData( _
   ByVal container As AnnContainer, _
   ByVal bounds As LeadRectD, _
   ByVal data() As Byte _
) 
public abstract void SetImageData( 
   AnnContainer container,
   LeadRectD bounds,
   byte[] data
)
public abstract void setImageData(AnnContainer container, LeadRectD bounds, byte[] data)
 function Leadtools.Annotations.Core.AnnDataProvider.SetImageData( 
   container ,
   bounds ,
   data 
)

Parameters

container
The reference AnnContainer.
bounds
The location and size in container on where to set the image data. This is in container coordinates.
data
The image data to be set. This contains the same data perviously obtained with GetImageData.
Remarks

Derived classes must implement GetImageData to extract the data of the image being annotated at the specified location and size and SetImageData to reapply this same data to the image.

The data is application specific since it will only be stored as is inside the caller annotation object (for example, AnnRedactionObject during realize/restore). The format of the data and how it is obtained or applied is hidden from the annotations framework. A typical would be to copy the pixel data from the image then convert it to a standard format such as PNG and return it from GetImageData.

The automation framework will call GetImageData only if the value of CanRead is true and SetImageData only if the value of CanWrite is true.

Requirements

Target Platforms

See Also

Reference

AnnDataProvider Class
AnnDataProvider Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features