VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / ImageResourceCompressionSettings Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    ImageResourceCompressionSettings Свойство (PdfOptimizeContentImageCommand)
    В этом разделе
    Возвращает или задает параметры сжатия, которые следует применить к данным ресурсов изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The compression settings, which should be applied to the data of image-resources.")>
    Public Property ImageResourceCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
    
    
    [Description("The compression settings, which should be applied to the data of image-resources.")]
    public Vintasoft.Imaging.Pdf.PdfCompressionSettings ImageResourceCompressionSettings { get; set; }
    
    
    [Description("The compression settings, which should be applied to the data of image-resources.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_ImageResourceCompressionSettings();
    public: __property void set_ImageResourceCompressionSettings(
    Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
    );
    [Description("The compression settings, which should be applied to the data of image-resources.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ ImageResourceCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если value равно null.
    Требования

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

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