Class AttachmentImage
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
IsColor
Is the image color or black and white?
public bool IsColor { get; set; }
Property Value
Resolution
Dots Per Inch (DPI)
public int Resolution { get; set; }
Property Value
TargetOnline
What are the desired dimensions when this image is displayed on screen?
public ImageDimension TargetOnline { get; set; }
Property Value
TargetPaper
What are the desired dimensions when this image is printed on paper?
public ImageDimension TargetPaper { get; set; }
Property Value
Methods
Clone()
public AttachmentImage Clone()
Returns
Equals(AttachmentImage)
public bool Equals(AttachmentImage image)
Parameters
imageAttachmentImage