Table of Contents

Class AttachmentImage

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll

Encapsulates the extended properties that apply only to image attachments.

public class AttachmentImage
Inheritance
AttachmentImage
Inherited Members
Extension Methods

Constructors

AttachmentImage()

public AttachmentImage()

Properties

Actual

What are the actual dimensions of the image file? These should be calculated and stored when the image is uploaded (and not determined on-the-fly).

public ImageDimension Actual { get; set; }

Property Value

ImageDimension

IsColor

Is the image color or black and white?

public bool IsColor { get; set; }

Property Value

bool

Resolution

Dots Per Inch (DPI)

public int Resolution { get; set; }

Property Value

int

TargetOnline

What are the desired dimensions when this image is displayed on screen?

public ImageDimension TargetOnline { get; set; }

Property Value

ImageDimension

TargetPaper

What are the desired dimensions when this image is printed on paper?

public ImageDimension TargetPaper { get; set; }

Property Value

ImageDimension

Methods

Clone()

public AttachmentImage Clone()

Returns

AttachmentImage

Equals(AttachmentImage)

public bool Equals(AttachmentImage image)

Parameters

image AttachmentImage

Returns

bool