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 : LoadFromXmlDocument Method |
public AnnContainer LoadFromXmlDocument( Document document, int pageNumber )
'Declaration
Public Function LoadFromXmlDocument( _ ByVal document As Document, _ ByVal pageNumber As Integer _ ) As AnnContainer
public AnnContainer LoadFromXmlDocument( Document document, int pageNumber )
-(LTAnnContainer*) loadFromXmlDocument:(DDXMLDocument*)document pageNumber:(int) pageNumber;
function Leadtools.Annotations.Core.AnnCodecs.LoadFromXmlDocument( document , pageNumber )
This method can only load annotations previously saved with the AnnFormat.Annotations format.
If the value of pageNumber is 0, the first page is loaded. Otherwise, this method will return null.