VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class / LzwFixupCompression Property
Синтаксис Требования Смотрите также
В этом разделе
    LzwFixupCompression Свойство (PdfAConverter)
    В этом разделе
    Возвращает или задает сжатие для исправления сжатия LZW.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The compression for LZW compression fixup.")>
    <DefaultValueAttribute(Zip)>
    Public Property LzwFixupCompression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [Description("The compression for LZW compression fixup.")]
    [DefaultValue(Zip)]
    public Vintasoft.Imaging.Pdf.PdfCompression LzwFixupCompression { get; set; }
    
    
    [Description("The compression for LZW compression fixup.")]
    [DefaultValue(Zip)]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_LzwFixupCompression();
    public: __property void set_LzwFixupCompression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [Description("The compression for LZW compression fixup.")]
    [DefaultValue(Zip)]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression LzwFixupCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
    Требования

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

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