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

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

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