VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / ColorImagesCompressionSettings Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    ColorImagesCompressionSettings Свойство (PdfDocumentCompressorCommand)
    В этом разделе
    Возвращает или задает параметры сжатия для цветных изображений.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Compression settings for color images.")>
    <CategoryAttribute("Color images")>
    Public Property ColorImagesCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
    
    
    [Description("Compression settings for color images.")]
    [Category("Color images")]
    public Vintasoft.Imaging.Pdf.PdfCompressionSettings ColorImagesCompressionSettings { get; set; }
    
    
    [Description("Compression settings for color images.")]
    [Category("Color images")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_ColorImagesCompressionSettings();
    public: __property void set_ColorImagesCompressionSettings(
    Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
    );
    [Description("Compression settings for color images.")]
    [Category("Color images")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ ColorImagesCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если value равно null.
    Требования

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

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