ImageConfig
ImageConfig class
Represents Image element. Inserted from file system using provided path
public class ImageConfig : BaseConfig
Constructors
Name | Description |
---|
ImageConfig() | Create instance with default values |
Properties
Name | Description |
---|
Height { get; set; } | Height of the image |
override Name { get; set; } | Name of picture. Required. |
Path { get; set; } | Path to picture. Filled using Name and ImagesPaths |
override Type { get; set; } | Type of omr element. Required field for JSON serialization. |
Width { get; set; } | Width of the image |
XPosition { get; set; } | Grid X position on page, overrides the alignment |
YPosition { get; set; } | Grid Y position on page, overrides the alignment |
Fields
Name | Description |
---|
ImageAlign | The Image alignment on page |
See Also