Table of Contents

Class Image

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the Image object.

public class Image
Inheritance
Image
Inherited Members

Properties

AltText

Alternate Text for the image.

public string AltText { get; set; }

Property Value

string

the altText

Height

Get the Height (in pixels) of the uploaded image.

public long? Height { get; set; }

Property Value

long?

Id

Get Image Id.

public string Id { get; set; }

Property Value

string

the Id

Width

Get the Width (in pixels) of the uploaded image.

public long? Width { get; set; }

Property Value

long?

See Also