EpubDocumentInfoSize Property |
Returns size in bytes of this Epub document
Namespace: GroupDocs.Editor.MetadataAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
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:
Int64Implements
IDocumentInfoSize
See Also