|
BlobOriginalSize Property
|
Blob's image size.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public bool OriginalSize { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property OriginalSize As Boolean
Get
Request Example
View SourceProperty Value
Type:
BooleanRemarks The property specifies size of the blob's image.
If the property is set to , the blob's image size equals to the
size of original image. If the property is set to , the blob's
image size equals to size of actual blob.
See Also