Class PrintImage
Элемент для отображения изображения.
Inherited Members
Namespace:InfinniPlatform.PrintView.Inline
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class PrintImage : PrintInline
Fields
| Improve this Doc View SourceTypeName
Имя типа для сериализации.
Declaration
public const string TypeName = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceData
Данные изображения.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Rotation
Поворот изображения.
Declaration
public PrintImageRotation? Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintImageRotation> |
Size
Размеры изображения.
Declaration
public PrintSize Size { get; set; }
Property Value
Type | Description |
---|---|
PrintSize |
Stretch
Растягивание изображения.
Declaration
public PrintImageStretch? Stretch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintImageStretch> |
Methods
| Improve this Doc View SourceGetDisplayTypeName()
Возвращает отображаемое имя типа элемента.
Declaration
public override string GetDisplayTypeName()
Returns
Type | Description |
---|---|
System.String |