DocumentInfoSize Property |
Gets the size of the document in bytes.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.06.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:
Int64An integer value that represents the size of the document in bytes.
Implements
IDocumentInfoSize
See Also