Document Solutions for Imaging
DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / JpegOptions Class / AlphaOption Property

In This Topic
    AlphaOption Property
    In This Topic
    Gets or sets the value to control how alpha is handled. JPEGs must be opaque, so this instructs the encoder on how to handle input images with alpha. The default value is JpegAlphaOption.Ignore.
    Syntax
    'Declaration
     
    Public Property AlphaOption As JpegAlphaOption
    public JpegAlphaOption AlphaOption {get; set;}
    Remarks
    JPEGs must be opaque, so this instructs the encoder on how to handle input images with alpha. The default value is JpegAlphaOption.Ignore.
    See Also