SobekCM_File_Info Class
Stores the information about single file associated with a digital resource
Namespace: SobekCM.Resource_Object.DivisionsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class SobekCM_File_Info : MetadataDescribableBase |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Bib_Info | This class adds a bib info object to this class (Inherited from MetadataDescribableBase.) |
| Add_Metadata_Module | Adds a new metadata module extension to this digital resource (Inherited from MetadataDescribableBase.) |
| Add_Unanalyzed_AMDSEC(Unanalyzed_METS_Section) | Adds information about an unanalyzed AMDSEC (administrative metadata section) in the METS file, to be preserved as is for later writing (Inherited from MetadataDescribableBase.) |
| Add_Unanalyzed_AMDSEC(List<(Of <<'(KeyValuePair<(Of <<'(String, String>)>>)>)>>), String, String) | Adds information about an unanalyzed AMDSEC (administrative metadata section) in the METS file, to be preserved as is for later writing (Inherited from MetadataDescribableBase.) |
| Add_Unanalyzed_DMDSEC(Unanalyzed_METS_Section) | Adds information about an unanalyzed DMDSEC (descriptive metadata section) in the METS file, to be preserved as is for later writing (Inherited from MetadataDescribableBase.) |
| Add_Unanalyzed_DMDSEC(List<(Of <<'(KeyValuePair<(Of <<'(String, String>)>>)>)>>), String, String) | Adds information about an unanalyzed DMDSEC (descriptive metadata section) in the METS file, to be preserved as is for later writing (Inherited from MetadataDescribableBase.) |
| Compute_Jpeg_Attributes | Determine the width and height of a JPEG file by reading the file into a temporary Bitmap object. |
| Compute_Jpeg2000_Attributes | Determine the width and height of a JPEG2000 file by reading the file into a temporary Bitmap object. |
| Get_Metadata_Module | Gets a metadata module extension by name from this digital resource (Inherited from MetadataDescribableBase.) |
| Get_Viewer | Gets the view object related to this file type, or NULL |
| MIME_Type | Gets the MIME Type of this file |
| Set_Technical_Details | Sets the technical details for this image file |
Fields
Properties
See Also