[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.Utility.ImageHelper.DecodeImageResult

ImageHelper.DecodeImageResult Struct

Represents the result of decoding an image.

Namespace: GrapeCity.ActiveReports.Core.Document.Utility
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public struct ImageHelper.DecodeImageResult

Constructors

Name Description
DecodeImageResult(ImageFormat, int, int, float, float)

Initializes an instance of structure ImageHelper.DecodeImageResult.

DecodeImageResult(ImageFormat, int, int, float, float, JpegExifOrientation?)

Initializes an instance of structure ImageHelper.DecodeImageResult.

Properties

Name Description
DpiX

Gets the dpi X value.

DpiY

Gets the dpi Y value.

Height

Gets the height.

JpegExifOrientation

Gets the EXIF orientation.

RawFormat

Gets the image format.

Width

Gets the width.