DocumentSize class
The physical size of the documents. Can be chosen from the preset values or defined manually.
public class DocumentSize
Constructor
Name | Description |
---|---|
DocumentSize | Initializes a new instance of the DocumentSize class. |
Properties
Name | Type | Description |
---|---|---|
width | float | Document width in millimeters. |
height | float | Document height in millimeters. |
Constants
Name | Description |
---|---|
ANY | The captured document can have any size. |
A4 | Document size is 210x297 millimeters. |
LETTER | Document size is 215.9x279.4 millimeters. |
BUSINESS_CARD | Document size is 85.6x53.98 millimeters. |
02.03.2022 12:59:15