VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfResource Class / Compression Property
Синтаксис Требования Смотрите также
В этом разделе
    Compression Свойство (PdfResource)
    В этом разделе
    Возвращает или устанавливает сжатие этого ресурса.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Compression of this resource.")>
    Public Overridable Property Compression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [Description("Compression of this resource.")]
    public virtual Vintasoft.Imaging.Pdf.PdfCompression Compression { get; set; }
    
    
    [Description("Compression of this resource.")]
    public: __property virtual Vintasoft.Imaging.Pdf.PdfCompression get_Compression();
    public: __property virtual void set_Compression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [Description("Compression of this resource.")]
    public:
    virtual property Vintasoft.Imaging.Pdf.PdfCompression Compression { 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

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