| Name | Description | |
|---|---|---|
![]()  | PageMetadata | Initializes a new instance of the PageMetadata class. | 
| Name | Description | |
|---|---|---|
![]()  | PageMetadata | Initializes a new instance of the PageMetadata class. | 
| Name | Description | |
|---|---|---|
![]()  | BitsPerPixel | Gets the bit depth of image returned by decoder. | 
![]()  | CanCopy | Gets a value indicating whether the metadata node can be copied to the new metadata tree. (Inherited from MetadataNode) | 
![]()  | CanRemove | Gets a value indicating whether the metadata node can be removed from children collection of parent node. (Inherited from MetadataNode) | 
![]()  | ContentActions | Gets the content actions of document page. | 
![]()  | HasResolution | Gets a value indicating whether the information about image resolution is stored in an image page. | 
![]()  | HasValue | Gets a value indicating whether the node has value. (Inherited from MetadataNode) | 
![]()  | ImageHeight | Gets the image height, in pixels. | 
![]()  | ImageWidth | Gets the image width, in pixels. | 
![]()  | IsChanged | Gets a value indicating whether the node is changed. (Inherited from MetadataNode) | 
![]()  | IsLeafNode | Gets a value indicating whether the node is leaf of metadata tree. (Inherited from MetadataNode) | 
![]()  | IsReadOnly | Gets a value indicating whether the node is read-only. (Inherited from MetadataNode) | 
![]()  | Name | Gets a name of the node. (Inherited from MetadataNode) | 
![]()  | PageLabel | Gets the page label. | 
![]()  | Parent | Gets the parent node of the node. (Inherited from MetadataNode) | 
![]()  | Resolution | Gets or sets the image resolution, in pixels per inch. | 
![]()  | SourceBitsPerPixel | Gets the source image bit depth. | 
![]()  | TextRegionMetadata | Gets the text region metadata. | 
![]()  | Value | Gets or sets a value of the node. (Inherited from MetadataNode) | 
| Name | Description | |
|---|---|---|
![]()  | Children | Gets a list of children of the node. (Inherited from MetadataNode) | 
| Name | Description | |
|---|---|---|
![]()  | AddIccProfile | Adds an ICC profile to an image metadata. | 
![]()  | CanContains<TNode> | Determines whether this metadata node can contain metadata node of type TNode. (Inherited from MetadataNode) | 
![]()  | CopyTo | Copies a data of the metadata tree node to specified metadata tree node. | 
![]()  | FindChildNode | Overloaded. Finds the first child node of specified type. (Inherited from MetadataNode) | 
![]()  | GetEnumerator | Returns an enumerator that iterates through children of metadata node. (Inherited from MetadataNode) | 
![]()  | Remove | Removes this node from the children collection of parent node. (Inherited from MetadataNode) | 
![]()  | RemoveChild | Removes specified node from children nodes of this metadata node. (Inherited from MetadataNode) | 
| Name | Description | |
|---|---|---|
![]()  | AddChild | Adds a child node of the node. (Inherited from MetadataNode) | 
![]()  | OnChanged | Marks the node and parent node of the node as changed. | 
![]()  | OnChildrenInitialized | Occurs when Children property is initialized. (Inherited from MetadataNode) | 
![]()  | OnRemoved | Occurs when metadata node is removed from children collection of parent node. (Inherited from MetadataNode) | 
![]()  | OnSaving | Performs necessary changes in structure of this tree node using information about source tree and encoder that used for saving of this tree. | 
| Name | Description | |
|---|---|---|
![]()  | Changed | Occurs when metadata tree node is changed. |