Click or drag to resize

IImageTechnicalMetadata Interface

Represents technical metadata of an Asset with image content

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface IImageTechnicalMetadata : IVisualTechnicalMetadata, 
	ITechnicalMetadata

The IImageTechnicalMetadata type exposes the following members.

Properties
  NameDescription
Public propertyColors
Gets the number of color in the image
Public propertyDpi
Gets the image density (dots per inch)
Public propertyExtension
Gets the extension of the file, with dot in the front
(Inherited from ITechnicalMetadata.)
Public propertyFileCreated
Gets the time when the Asset was created.
(Inherited from ITechnicalMetadata.)
Public propertyFileLastModified
Gets the time when the Asset was last modified.
(Inherited from ITechnicalMetadata.)
Public propertyFileName
Gets the file name, including extension
(Inherited from ITechnicalMetadata.)
Public propertyFileSize
Gets the size of file (bytes)
(Inherited from ITechnicalMetadata.)
Public propertyHeight
Gets the height of the Visual Asset
(Inherited from IVisualTechnicalMetadata.)
Public propertyWidth
Gets the width of the Visual Asset
(Inherited from IVisualTechnicalMetadata.)
Top
Methods
  NameDescription
Public methodSerialize
Serialize the metadata to XML for exports
(Inherited from ITechnicalMetadata.)
Top
See Also