DocumentInfoSize Property |
Gets the size of the loaded document in bytes.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic long Size { get; }
Public ReadOnly Property Size As Long
Get
public:
virtual property long long Size {
long long get () sealed;
}
abstract Size : int64 with get
override Size : int64 with get
Property Value
Type:
Int64The size of the loaded document in bytes.
Implements
IDocumentInfoSize
See Also