DicomPackageLengthValue Property |
Note: This API is now obsolete.
Gets the length of element.
Namespace: GroupDocs.Metadata.Formats.ImageAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.1
Syntax[ObsoleteAttribute("This property is obsolete and will be removed in future releases",
true)]
public int LengthValue { get; }
<ObsoleteAttribute("This property is obsolete and will be removed in future releases",
true)>
Public ReadOnly Property LengthValue As Integer
Get
public:
[ObsoleteAttribute(L"This property is obsolete and will be removed in future releases",
true)]
property int LengthValue {
int get ();
}
[<ObsoleteAttribute("This property is obsolete and will be removed in future releases",
true)>]
member LengthValue : int with get
Property Value
Type:
Int32
The length value.
See Also