VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecification Class / CompressedSize Property
Синтаксис Требования Смотрите также
В этом разделе
    CompressedSize Свойство (PdfEmbeddedFileSpecification)
    В этом разделе
    Возвращает сжатый размер встроенного файла в байтах.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The compressed size of the embedded file, in bytes.")>
    Public ReadOnly Property CompressedSize As Long
    
    
    [Description("The compressed size of the embedded file, in bytes.")]
    public long CompressedSize { get; }
    
    
    [Description("The compressed size of the embedded file, in bytes.")]
    public: __property long get_CompressedSize();
    
    
    
    [Description("The compressed size of the embedded file, in bytes.")]
    public:
    property long CompressedSize { long get(); }
    Требования

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

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