FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.1.11" />

.NET API 15,735,296 bytes

 PictureObject

Represents a Picture object that can display pictures.
public int GrayscaleHash { get; set; }

Gets or sets a hash of grayscale svg image

public virtual Image Image { get; set; }

Gets or sets the image.

public virtual ImageFormat ImageFormat { get; set; }

Gets or sets the expansion of image.

public bool ShouldDisposeImage { get; set; }

Gets or sets a value indicating that the image stored in the Image property should be disposed when this object is disposed.

public bool Tile { get; set; }

Gets or sets a value indicating that the image should be tiled.

public float Transparency { get; set; }

Gets or sets the transparency of the PictureObject.

public Color TransparentColor { get; set; }

Gets or sets the color of the image that will be treated as transparent.

public Bitmap TransparentImage { get; set; }

Gets or sets a bitmap transparent image

public PictureObject()

Initializes a new instance of the PictureObject class with default settings.

public void DisposeImage()

Disposes image

public void ForceLoadImage()

Forces loading the image from a data column.

public void SetImageData(byte[] data)

Sets image data to FImageData