VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfResource Class / Length Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Length Property (PdfResource)
    In This Topic
    Gets the length, in bytes, of the resource.
    Syntax
    '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(); }
    Remarks

    This property returns real length of the resource data. Length of uncompressed resource data can be bigger.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also