VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.BasicTypes Namespace / PdfStreamCompressionConverter Class / ImageLossyCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    ImageLossyCompression Свойство (PdfStreamCompressionConverter)
    В этом разделе
    Возвращает или задает степень сжатия изображений, сжатых с потерями.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The compression of images, which are compressed with lossy compression.")>
    Public Property ImageLossyCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [Description("The compression of images, which are compressed with lossy compression.")]
    public Vintasoft.Imaging.Pdf.PdfCompression ImageLossyCompression { get; set; }
    
    
    [Description("The compression of images, which are compressed with lossy compression.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImageLossyCompression();
    public: __property void set_ImageLossyCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [Description("The compression of images, which are compressed with lossy compression.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression ImageLossyCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также