VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / IndexedImagesCompressionSettings Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    IndexedImagesCompressionSettings Свойство (PdfDocumentCompressorCommand)
    В этом разделе
    Возвращает или устанавливает параметры сжатия для индексированных изображений.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Compression settings for indexed images.")>
    <CategoryAttribute("Indexed images")>
    Public Property IndexedImagesCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
    
    
    [Description("Compression settings for indexed images.")]
    [Category("Indexed images")]
    public Vintasoft.Imaging.Pdf.PdfCompressionSettings IndexedImagesCompressionSettings { get; set; }
    
    
    [Description("Compression settings for indexed images.")]
    [Category("Indexed images")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_IndexedImagesCompressionSettings();
    public: __property void set_IndexedImagesCompressionSettings(
    Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
    );
    [Description("Compression settings for indexed images.")]
    [Category("Indexed images")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ IndexedImagesCompressionSettings { 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

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