VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / ImagesLayerCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    ImagesLayerCompression Свойство (PdfMrcCompressionSettings)
    В этом разделе
    Возвращает или устанавливает уровень сжатия изображений.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A compression of images layer.")>
    <DefaultValueAttribute(Jpeg)>
    Public Property ImagesLayerCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [Description("A compression of images layer.")]
    [DefaultValue(Jpeg)]
    public Vintasoft.Imaging.Pdf.PdfCompression ImagesLayerCompression { get; set; }
    
    
    [Description("A compression of images layer.")]
    [DefaultValue(Jpeg)]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImagesLayerCompression();
    public: __property void set_ImagesLayerCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [Description("A compression of images layer.")]
    [DefaultValue(Jpeg)]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression ImagesLayerCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }

    Property Value

    Значение по умолчанию - PdfCompression.Jpeg.
    Требования

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

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