VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / ImageResourceCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    ImageResourceCompression Свойство (PdfOptimizeContentImageCommand)
    В этом разделе
    Возвращает или задает сжатие, которое должно быть применено к данным ресурсов изображения.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Undefined)>
    <DescriptionAttribute("A compression, which should be applied to the data of image-resources.")>
    Public Property ImageResourceCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [DefaultValue(Undefined)]
    [Description("A compression, which should be applied to the data of image-resources.")]
    public Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { get; set; }
    
    
    [DefaultValue(Undefined)]
    [Description("A compression, which should be applied to the data of image-resources.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ImageResourceCompression();
    public: __property void set_ImageResourceCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [DefaultValue(Undefined)]
    [Description("A compression, which should be applied to the data of image-resources.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression ImageResourceCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }

    Property Value

    PdfCompression.Undefined - сжатие ресурсов изображения НЕ должно быть изменено.
    Значение по умолчанию - PdfCompression.Undefined.
    Требования

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

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