Click or drag to resize

MemoryStreamImageProxy Properties

The MemoryStreamImageProxy type exposes the following members.

Properties
 NameDescription
Public propertyContentHash Gets a string that is unique for the content of the proxy.
(Overrides ImageProxyContentHash)
Public propertyExtension Gets the extension that designates the type of memory stream, such as '.png' or '.jpg'.
Public propertyImageSizePixels Gets the image size in pixels.
Public propertyIsValid Returns true if this image proxy holds valid content.
(Overrides ImageProxyIsValid)
Public propertyName Gets the name of the instance. Can be a file name, resource name, Url etc.
(Overrides ImageProxyName)
Public propertyResolutionDpi Gets the image resolution in dpi.
Public propertySizeReturns the original size of the image in points (1/72 inch).
(Overrides ImageProxySize)
Public propertyUrl Either the name of a resource, or the original file name.
Top
See Also