Name | Description | |
---|---|---|
![]() | JpegMetadata | Initializes a new instance of the JpegMetadata class. |
Name | Description | |
---|---|---|
![]() | JpegMetadata | Initializes a new instance of the JpegMetadata class. |
Name | Description | |
---|---|---|
![]() | App1ExifSegmentMetadata | Gets a metadata node that stores information about APP1 (Exif) segment. (Inherited from JpegVirtualMetadata) |
![]() | 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) |
![]() | ColorSpace | Gets the color space of the JPEG page. |
![]() | CommentMetadata | Gets a metadata node that stores information about the first comment in the JPEG page. (Inherited from JpegVirtualMetadata) |
![]() | ContentActions | Gets the content actions of document page. (Inherited from PageMetadata) |
![]() | EcsCount | Gets the number of entropy-coded segments of the JPEG page. |
![]() | HasResolution | Gets a value indicating whether the information about image resolution is stored in a JPEG page. |
![]() | HasValue | Gets a value indicating whether the node has value. (Inherited from MetadataNode) |
![]() | ImageHeight | Gets the height, in pixels, of image. |
![]() | ImageWidth | Gets the width, in pixels, of image. |
![]() | 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) |
![]() | JfifMetadata | Gets a metadata node that stores information about JFIF segment. (Inherited from JpegVirtualMetadata) |
![]() | McuHeight | Gets the height of MCU (minimal coded unit) of the JPEG page. |
![]() | Name | Gets a name of the node. (Inherited from MetadataNode) |
![]() | OperationMode | Gets the mode of coding process of the JPEG page. |
![]() | PageLabel | Gets the page label. (Inherited from PageMetadata) |
![]() | Parent | Gets the parent node of the node. (Inherited from MetadataNode) |
![]() | Quality | Gets the approximate quality value of JPEG file. |
![]() | Resolution | Gets or sets the resolution, in pixels per inch. |
![]() | RestartInterval | Gets the restart interval of the JPEG page, i.e. the number of MCUs per entropy-coded segment. |
![]() | SourceBitsPerPixel | Gets the source image bit depth. |
![]() | TextRegionMetadata | Gets the text region metadata. (Inherited from PageMetadata) |
![]() | Value | Gets or sets a value of the node. (Inherited from MetadataNode) |
![]() | VintasoftBinaryAnnotations | Gets a metadata node that stores information about annotation packet in VintasoftBinary format. (Inherited from JpegVirtualMetadata) |
![]() | VintasoftXmpAnnotations | Gets a metadata node that stores information about annotation packet in VintasoftXmp format. (Inherited from JpegVirtualMetadata) |
Name | Description | |
---|---|---|
![]() | Children | Gets a list of children of the node. (Inherited from MetadataNode) |
Name | Description | |
---|---|---|
![]() | AddApplicationSegment | Overloaded. Adds a new application segment to a JPEG metadata. |
![]() | AddComment | Overloaded. Adds a new comment to a JPEG metadata. |
![]() | AddIccProfile | Adds an ICC profile to a JPEG 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. (Inherited from JpegVirtualMetadata) |
![]() | CreateApp1ExifSegmentMetadata | Creates an APP1 segment metadata node. |
![]() | CreateVintasoftBinaryAnnotations | Creates value of VintasoftBinaryAnnotations property. |
![]() | CreateVintasoftXmpAnnotations | Creates value of VintasoftXmpAnnotations property. |
![]() | 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. (Inherited from PageMetadata) |
![]() | 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. (Inherited from JpegVirtualMetadata) |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when metadata tree node is changed. (Inherited from PageMetadata) |