[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.MemoryImage

MemoryImage Class

Implementation of IImage that stores image properties in memory.

Inheritance
MemoryImage
Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class MemoryImage : MemoryReportItem, IToggleReceiver, IImage, IStaticItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Constructors

Name Description
MemoryImage()

Initializes a new instance of the MemoryImage class.

Properties

Name Description
CanGrow

Gets the value specifing whether the image can grow.

CanShrink

Gets the value specifing whether the image can shrink.

HorizontalAlignment

Returns a copy of image data as System.Drawing.Image

MimeType

Gets or sets the mime type.

Sizing

Gets or sets the ImageSizing determining how a picture should be sized within the image report control area.

Source

Gets or sets the image source.

Value

Gets or sets the image object.

VerticalAlignment

Gets or sets the vertical alignment of the picture.

Methods

Name Description
GetService(Type)

Gets the service object of the specified type.

Extension Methods