ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / JpegOptions Class / SuppressApp0 Property

In This Topic
    SuppressApp0 Property (JpegOptions)
    In This Topic
    Specifies whether to suppress the write of App0 metadata while encoding the image data.
    Syntax
    'Declaration
     
    Public Property SuppressApp0 As Nullable(Of Boolean)
    public Nullable<bool> SuppressApp0 {get; set;}
    Remarks
    The default value is false.
    See Also