Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / JpegXROptions Class / ImageDataDiscard Property

In This Topic
    ImageDataDiscard Property
    In This Topic
    Sets the amount of image frequency data to discard during a compressed domain transcode.
    Syntax
    'Declaration
     
    Public Property ImageDataDiscard As System.Nullable(Of Byte)
    public System.Nullable<byte> ImageDataDiscard {get; set;}
    Remarks
    The default value is 0.
    See Also