Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / DigitalZoomRatio Property

In This Topic
    DigitalZoomRatio Property
    In This Topic
    Gets or sets the digital zoom ratio when the image was shot.
    Syntax
    'Declaration
     
    Public Property DigitalZoomRatio As System.Nullable(Of Single)
    public System.Nullable<float> DigitalZoomRatio {get; set;}
    See Also