Table of Contents

Property Size

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Size

Gets the size of the file in bytes, or null if the size cannot be determined.

public long? Size { get; }

Property Value

long?

Remarks

This property returns null if the instance does not represent a file or if an error occurs while attempting to retrieve the file size.