Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnCodecs Class > LoadAll Method : LoadAll(Stream,Double,Double) Method |
'Declaration
Public Overloads Function LoadAll( _ ByVal stream As Stream, _ ByVal dpiX As Double, _ ByVal dpiY As Double _ ) As AnnContainer()
public AnnContainer[] loadAll(InputStream stream)
This method is designed to load annotation files that were saved with LEADTOOLS SDK prior to version 15. These files did not save the resolution of the image and the user has to manually pass these values before loading. Pass the original resolution used when the annotation file was created to dpiX and dpiY.
This method can only load annotations previously saved with the AnnFormat.Annotations format.
This method will set the value of AnnContainer.PageNumber to the value found in the stream.
The DeserializeOptions property can contain optional options and events to use during loading of annotations data.
For more information, refer to Annotation Files.