Cr2PersonalFuncsPackage class

Cr2PersonalFuncsPackage class

Represents Canon MakerNotes tags.

Inheritance: Cr2PersonalFuncsPackageRawDictionaryBasePackageCustomPackageMetadataPackage

The Cr2PersonalFuncsPackage type exposes the following members:

Constructors

Constructor Description
__init__(self) Initializes a new instance of the Cr2PersonalFuncsPackage class.

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.
pf0_custom_func_registration Gets the PF0CustomFuncRegistration.
pf1_disable_shooting_modes Gets the PF1DisableShootingModes.
pf2_disable_metering_modes Gets the PF2DisableMeteringModes.
pf3_manual_exposure_metering Gets the PF3ManualExposureMetering.
pf4_exposure_time_limits Gets the PF4ExposureTimeLimits.
pf5_aperture_limits Gets the PF5ApertureLimits.
pf6_preset_shooting_modes Gets the PF6PresetShootingModes.
pf7_bracket_continuous_shoot Gets the PF7BracketContinuousShoot.
pf8_set_bracket_shots Gets the PF8SetBracketShots.
pf9_change_bracket_sequence Gets the PF9ChangeBracketSequence.
pf10_retain_program_shift Gets the PF10RetainProgramShift.
pf13_drive_priority Gets the PF13DrivePriority.
pf14_disable_focus_search Gets the PF14DisableFocusSearch.
pf15_disable_af_assist_beam Gets the PF15DisableAFAssistBeam.
pf16_auto_focus_point_shoot Gets the PF16AutoFocusPointShoot.
pf17_disable_af_point_sel Gets the PF17DisableAFPointSel.
pf18_enable_auto_af_point_sel Gets the PF18EnableAutoAFPointSel.
pf19_continuous_shoot_speed Gets the PF19ContinuousShootSpeed.
pf20_limit_continous_shots Gets the PF20LimitContinousShots.
pf21_enable_quiet_operation Gets the PF21EnableQuietOperation.
pf23_set_timer_lengths Gets the PF23SetTimerLengths.
pf24_light_lcd_during_bulb Gets the PF24LightLCDDuringBulb.
pf25_default_clear_settings Gets the PF25DefaultClearSettings.
pf26_shorten_release_lag Gets the PF26ShortenReleaseLag.
pf27_reverse_dial_rotation Gets the PF27ReverseDialRotation.
pf28_no_quick_dial_exp_comp Gets the PF28NoQuickDialExpComp.
pf29_quick_dial_switch_off Gets the PF29QuickDialSwitchOff.
pf30_enlargement_mode Gets the PF30EnlargementMode.
pf31_original_decision_data Gets the PF31OriginalDecisionData.

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