ImageGear for Java
ImGearMetadataHead Class
Members  
Head of metadata tree.

ImGearMetadataHead is a special kind of metadata node with a null Parent field and not more than one child. It is present in every instance of ImGearPage class and ImGearDocument class as class member.

If the page or document has metadata, an instance of ImGearMetadataTree class is attached to the head as a child node. Otherwise, child is null.

ImGearMetadataHead may only be the root of metadata tree. Attempting to attach this class to any node causes ImageGear to throw an exception.

Syntax
public sealed class ImGearMetadataHead 
    extends ImGearMetadataNode 
Inheritance Hierarchy

java.lang.Object
   com.accusoft.imagegear.core.ImGearMetadataNode
      com.accusoft.imagegear.core.ImGearMetadataHead

See Also

Reference

ImGearMetadataHead Members
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback