Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / JpegOptions Class / SuppressApp0 Property

In This Topic
    SuppressApp0 Property
    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