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

In This Topic
    SceneType Property
    In This Topic
    Gets or sets the type of scene.
    Syntax
    'Declaration
     
    Public Property SceneType As System.Nullable(Of Byte)
    public System.Nullable<byte> SceneType {get; set;}
    See Also