Class PrintSize
Размеры прямоугольника.
Inheritance
System.Object
PrintSize
Namespace:InfinniPlatform.PrintView
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class PrintSize : object
Constructors
| Improve this Doc View SourcePrintSize()
Конструктор.
Declaration
public PrintSize()
PrintSize(Double, Double, PrintSizeUnit)
Конструктор.
Declaration
public PrintSize(double width, double height, PrintSizeUnit sizeUnit)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | width | Ширина. |
| System.Double | height | Высота. |
| PrintSizeUnit | sizeUnit | Единица измерения размеров. |
Properties
| Improve this Doc View SourceHeight
Высота.
Declaration
public double Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SizeUnit
Единица измерения размеров.
Declaration
public PrintSizeUnit SizeUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| PrintSizeUnit |
Width
Ширина.
Declaration
public double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |