ImageTypeOptions Properties
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |
| PageNumber | int | The page in the file to be used for the image |
| Path | string | The path of the file that specifies the image to be used. |
| Resolution | double | The Resolution of the image is expressed in dots-per-inch and hence determines the size of a pixel in the image. |
| SourceType | ImageTypeSource | Indicates whether the image type is a link or an import. |