ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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 System.Nullable(Of Boolean)
    public System.Nullable<bool> SuppressApp0 {get; set;}
    Remarks
    The default value is false.
    See Also