ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / JpegXROptions Class / CompressedDomainTranscode Property

In This Topic
    CompressedDomainTranscode Property (JpegXROptions)
    In This Topic
    Enables or disables compressed domain transcoding.
    Syntax
    'Declaration
     
    Public Property CompressedDomainTranscode As System.Nullable(Of Boolean)
    public System.Nullable<bool> CompressedDomainTranscode {get; set;}
    Remarks
    The default value is true.
    See Also