Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.ExposureDenominator

TElOneDrivePhoto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The denominator of the shutter speed.

Declaration

[C#]
    double ExposureDenominator;

[VB.NET]
    Property ExposureDenominator As Double

[Pascal]
    property ExposureDenominator: double;

[C++]
    double get_ExposureDenominator();

[PHP]
    double get_ExposureDenominator()

[Java]
    double getExposureDenominator();

Description

    The denominator of the shutter speed that the photo was taken at (for example, the 1/15 seconds exposure has the denominator of 15).

See also:     ExposureNumerator    

Discuss this help topic in SecureBlackbox Forum