VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfResource Class / Length Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    Length Свойство (PdfResource)
    В этом разделе
    Возвращает длину ресурса в байтах.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The length, in bytes, of the resource.")>
    Public Overridable ReadOnly Property Length As Long
    
    
    [Description("The length, in bytes, of the resource.")]
    public virtual long Length { get; }
    
    
    [Description("The length, in bytes, of the resource.")]
    public: __property virtual long get_Length();
    
    
    
    [Description("The length, in bytes, of the resource.")]
    public:
    virtual property long Length { long get(); }
    Ремарки

    Это свойство возвращает реальную длину данных ресурса. Длина несжатых данных ресурса может быть больше.

    Требования

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

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