Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifCustomRendered Enumeration

In This Topic
    ExifCustomRendered Enumeration
    In This Topic
    Indicates the use of special processing on image data, such as rendering geared to output.
    Syntax
    'Declaration
     
    Public Enum ExifCustomRendered 
       Inherits System.Enum
    public enum ExifCustomRendered : System.Enum 
    Members
    MemberDescription
    CustomProcessCustom process
    NormalProcessNormal process (default)
    UnknownUnrecognized value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Exif.ExifCustomRendered

    See Also