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 > Load Method : Load(String,Int32,Double,Double) Method |
public AnnContainer Load( string fileName, int pageNumber, double dpiX, double dpiY )
'Declaration
Public Overloads Function Load( _ ByVal fileName As String, _ ByVal pageNumber As Integer, _ ByVal dpiX As Double, _ ByVal dpiY As Double _ ) As AnnContainer
public AnnContainer Load( string fileName, int pageNumber, double dpiX, double dpiY )
-(LTAnnContainer*) load:(NSString*)fileName
pageNumber:(int)pageNumber;
public AnnContainer load(string fileName)
function Leadtools.Annotations.Core.AnnCodecs.Load(String,Int32,Double,Double)( fileName , pageNumber , dpiX , dpiY )
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.
If fileName contains a container with the same page as pageNumber, then this page will be loaded. If the value of pageNumber is 0, the first page is loaded. Otherwise, this method will return null.
The DeserializeOptions property can contain optional options and events to use during loading of annotations data.
For more information, refer to Annotation Files.
For an example, refer to AnnCodecs