AdjustValueRawValue Property |
Returns or sets ajustment value "as is".
Read/write
Int64.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic long RawValue { get; set; }
Public Property RawValue As Long
Get
Set
public:
virtual property long long RawValue {
long long get () sealed;
void set (long long value) sealed;
}
abstract RawValue : int64 with get, set
override RawValue : int64 with get, set
Property Value
Type:
Int64Implements
IAdjustValueRawValue
See Also