Click or drag to resize

Image Class

Represents the Image object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsImage

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Image

The Image type exposes the following members.

Constructors
  NameDescription
Public methodImage
Top
Properties
  NameDescription
Public propertyAltText
Alternate Text for the image.
Public propertyHeight
Get the Height (in pixels) of the uploaded image.
Public propertyId
Get Image Id.
Public propertyWidth
Get the Width (in pixels) of the uploaded image.
Top
See Also