Class PageSizeCaps
Represents valid values for ScanOptions.PageSize as part of PerSourceCaps.
public class PageSizeCaps
- Inheritance
-
PageSizeCaps
Properties
ScanArea
Gets the size of the full scan area (i.e. maximum page size).
public PageSize? ScanArea { get; init; }
Property Value
- PageSize?
Methods
Fits(PageSize)
Determines whether the provided page size fits within the full scan area (with 1% margin of error).
public bool Fits(PageSize pageSize)
Parameters
pageSize
PageSize