VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf Namespace / PdfCompressionSettings Class / ZipCompressionLevel Property
Синтаксис Требования Смотрите также
В этом разделе
    ZipCompressionLevel Свойство (PdfCompressionSettings)
    В этом разделе
    Возвращает или задает уровень сжатия ZIP.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")>
    <DefaultValueAttribute(6)>
    Public Property ZipCompressionLevel As System.Int32
    
    
    [Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")]
    [DefaultValue(6)]
    public System.Int32 ZipCompressionLevel { get; set; }
    
    
    [Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")]
    [DefaultValue(6)]
    public: __property System.Int32 get_ZipCompressionLevel();
    public: __property void set_ZipCompressionLevel(
    System.Int32 value
    );
    [Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")]
    [DefaultValue(6)]
    public:
    property System.Int32 ZipCompressionLevel { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Возможные значения: от 0 до 9.
    0 - без сжатия, 1 - наилучшая скорость, 9 - наилучшее сжатие.
    Значение по умолчанию - 6.
    Требования

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

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