Scanners.GetPaperSize Method
|
This helper method returns the size of the standard paper size defined by PaperFormat.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetPaperSize(
RSDPP PaperFormat,
out int Width,
out int Height
)
Public Sub GetPaperSize (
PaperFormat As RSDPP,
<OutAttribute> ByRef Width As Integer,
<OutAttribute> ByRef Height As Integer
)
public:
void GetPaperSize(
[InAttribute] RSDPP PaperFormat,
[OutAttribute] int% Width,
[OutAttribute] int% Height
)
Parameters
- PaperFormat
- Type: Kofax.OmniPageCSDK.IproPlus.RSDPP
- Width
- Type: System.Int32
- Height
- Type: System.Int32
Remarks
If the call succeeds, the Width and Height parameters contain the requested dimensions in 1/1200 inches.
Possible values of PaperFormat are listed under the RSDPP Enumeration topic.
See Also