RawExifTagPackage class

RawExifTagPackage class

Represents Exif tags.

Inheritance: RawExifTagPackageRawDictionaryBasePackageCustomPackageMetadataPackage

The RawExifTagPackage type exposes the following members:

Properties

Property Description
metadata_type Gets the metadata type.
keys Gets a collection of the metadata property names.
property_descriptors Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
count Gets the number of metadata properties.
raw_maker_note_package Gets the Manufacturer notes (MakerNote).
interoperability_ifd_pointer_package Gets the Interoperability tag (Interoperability IFD Pointer).
interoperability_ifd_pointer Gets the Interoperability tag (Interoperability IFD Pointer).
exposure_time Gets the Exposure time.
f_number Gets the F number.
exposure_program Gets the Exposure program.
spectral_sensitivity Gets the Spectral sensitivity.
photographic_sensitivity Gets the Photographic Sensitivity.
oecf Gets the Optoelectric conversion factor.
sensitivity_type Gets the Sensitivity Type.
standard_output_sensitivity Gets the Standard Output Sensitivity.
recommended_exposure_index Gets the Recommended ExposureIndexs.
iso_speed Gets the ISO Speed.
iso_speed_latitudeyyy Gets the ISO Speed Latitude yyy.
iso_speed_latitudezzz Gets the ISO Speed Latitude zzz.
exif_version Gets the ExifVersion.
date_time_original Gets the Date and time of original data generation.
date_time_digitized Gets the Date and time of digital data generation.
offset_time Gets the Offset data of DateTime.
offset_time_original Gets the Offset data of DateTimeOriginal.
offset_time_digitized Gets the Offset data of DateTimeDigitized.
components_configuration Gets the Meaning of each component.
shutter_speed_value Gets the Shutter speed.
aperture_value Gets the Aperture.
brightness_value Gets the Brightness.
exposure_bias_value Gets the Exposure bias.
max_aperture_value Gets the Maximum lens aperture.
subject_distance Gets the Subject distance.
metering_mode Gets the Metering mode.
light_source Gets the Light source.
flash Gets the Flash.
focal_length Gets the Lens focal length.
subject_area Gets the Subject area.
user_comment Gets the User comments.
sub_sec_time Gets the DateTime subseconds.
sub_sec_time_original Gets the DateTimeOriginal subseconds.
sub_sec_time_digitized Gets the DateTimeDigitized subseconds.
temperature Gets the Temperature.
humidity Gets the Humidity.
pressure Gets the Pressure.
water_depth Gets the WaterDepth.
acceleration Gets the Acceleration.
camera_elevation_angle Gets the Camera elevation angle.
flashpix_version Gets the Temperature.
color_space Gets the Color space information .
pixel_x_dimension Gets the Valid image width.
pixel_y_dimension Gets the Valid image height.
related_sound_file Gets the Related audio file.
flash_energy Gets the Flash energy.
spatial_frequency_response Gets the Spatial frequency response.
focal_plane_x_resolution Gets Focal plane X resolution.
focal_plane_y_resolution Gets the Focal plane Y resolution.
focal_plane_resolution_unit Gets the Focal plane resolution unit.
subject_location Gets the Subject location.
exposure_index Gets the Exposure index.
sensing_method Gets the Sensing method.
file_source Gets the File source.
scene_type Gets the Scene Type.
cfa_pattern Gets the CFA pattern.
custom_rendered Gets the Custom image processing.
exposure_mode Gets the Exposure mode.
white_balance Gets the White balance.
digital_zoom_ratio Gets the Digital zoom ratio.
focal_length_in_35mm_film Gets the Focal length in 35 mm film.
scene_capture_type Gets the Scene capture type.
gain_control Gets the Gain control.
contrast Gets the Contrast.
saturation Gets the Saturation.
sharpness Gets the Sharpness.
device_setting_description Gets the Device settings description.
subject_distance_range Gets the Subject distance range.
image_unique_id Gets the Unique image ID.
camera_owner_name Gets the Camera Owner Name.
body_serial_number Gets the Body Serial Number.
lens_specification Gets the Lens Specification.
lens_model Gets the Lens Model.
lens_make Gets the Lens Make.
lens_serial_number Gets the Lens Serial Number.
composite_image Gets the Composite image.
source_image_number_of_composite_image Gets the Source image number of composite image.
source_exposure_times_of_composite_image Gets the Source exposure times of composite image.
gamma Gets the Gamma.
maker_note Gets the Standard Output Sensitivity.

Indexer

Name Description
[index]

Methods

Method Description
contains(self, property_name) Determines whether the package contains a metadata property with the specified name.
find_properties(self, specification) Finds the metadata properties satisfying a specification.
The search is recursive so it affects all nested packages as well.
update_properties(self, specification, value) Updates known metadata properties satisfying a specification.
The operation is recursive so it affects all nested packages as well.
remove_properties(self, specification) Removes metadata properties satisfying a specification.
add_properties(self, specification, value) Adds known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well.
set_properties(self, specification, value) Sets known metadata properties satisfying the specification.
The operation is recursive so it affects all nested packages as well.
This method is a combination of MetadataPackage.add_properties and MetadataPackage.update_properties.
If an existing property satisfies the specification its value is updated.
If there is a known property missing in the package that satisfies the specification it is added to the package.
sanitize(self) Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well.
to_list(self) Creates a list from the package.
remove(self, tag_id) Removes the property with the specified id.
set(self, tag) Adds or replaces the specified tag.
clear(self) Removes all Raw tags stored in the package.

See Also