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

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