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

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