Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / JpegAlphaOption Enumeration

In This Topic
    JpegAlphaOption Enumeration
    In This Topic
    Options to control how alpha should be handled.
    Syntax
    'Declaration
     
    Public Enum JpegAlphaOption 
       Inherits System.Enum
    public enum JpegAlphaOption : System.Enum 
    Members
    MemberDescription
    BlendOnBlackBlend the pixels onto a black background before encoding.
    IgnoreIgnore the alpha channel and treat the image as opaque.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Skia.JpegAlphaOption

    See Also