Operation |
Details |
public getDisplayPixelX():int |
Sequential Notes: | Delivers the presentation width of the image in pixels. | |
public getDisplayPixelY():int |
Sequential Notes: | Delivers the presentation height of the image in pixels. | |
public getDisplayPpi():int |
Sequential Notes: | Delivers the desired presentation resolution in its width and height in pixels per inch. Constraint: DisplayPpi is required, if neither the DisplaySizeX/Y nor the DisplayPpiX/Y is given. | |
public getDisplayPpiX():int |
Sequential Notes: | Delivers the desired presentation resolution in its width in pixels per inch. Constraint: DisplayPpiX is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given. | |
public getDisplayPpiY():int |
Sequential Notes: | Delivers the desired presentation resolution in its height in pixels per inch. Constraint: DisplayPpiY is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given. | |
public getOriginalPixelX():int |
Sequential Notes: | Delivers the width of the scan in pixels. | |
public getOriginalPixelY():int |
Sequential Notes: | Delivers the height of the scan in pixels. | |
public getOriginalPpi():int |
Sequential Notes: | Delivers the resolution of the scan in its widths and height in pixels per inch. Constraint: OriginalPpi is required, if neither the OriginalSizeX/Y nor the OriginalPpiX/Y is given. | |
public getOriginalPpiX():int |
Sequential Notes: | Delivers the resolution of the scan in its width in pixels per inch. Constraint: OriginalPpiX is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given. | |
public getOriginalPpiY():int |
Sequential Notes: | Delivers the resolution of the scan in its height in pixels per inch. Constraint: OriginalPpiY is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given. | |
public getOriginalSizeUnit():SizeUnit |
Sequential Notes: | Delivers the possible units of the original size parameters. | |
public getOriginalSizeX():int |
Sequential Notes: | Delivers the original size of the image in the direction of the X-axis, i. e. the width of the original scanned area. Without a specified unit, the value is given in meter. | |
public getOriginalSizeY():int |
Sequential Notes: | Delivers the original size of the image in the direction of the Y-axis, i. e. the height of the original scanned area. Without a specified unit, the value is given in meter. | |
public setDisplayPixelX( int newVal):void |
Sequential Notes: | Sets the presentation width of the image in pixels. | |
public setDisplayPixelY( int newVal):void |
Sequential Notes: | Sets the presentation height of the image in pixels. | |
public setDisplayPpi( int newVal):void |
Sequential Notes: | Sets the desired presentation resolution in its width and height in pixels per inch. Constraint: DisplayPpi is required, if neither the DisplaySizeX/Y nor the DisplayPpiX/Y is given. | |
public setDisplayPpiX( int newVal):void |
Sequential Notes: | Sets the desired presentation resolution in its width in pixels per inch. Constraint: DisplayPpiX is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given. | |
public setDisplayPpiY( int newVal):void |
Sequential Notes: | Sets the desired presentation resolution in its height in pixels per inch. Constraint: DisplayPpiY is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given. | |
public setOriginalPixelX( int newVal):void |
Sequential Notes: | Sets the width of the scan in pixels. | |
public setOriginalPixelY( int newVal):void |
Sequential Notes: | Sets the height of the scan in pixels. | |
public setOriginalPpi( int newVal):void |
Sequential Notes: | Sets the resolution of the scan in its widths and height in pixels per inch. Constraint: OriginalPpi is required, if neither the OriginalSizeX/Y nor the OriginalPpiX/Y is given. | |
public setOriginalPpiX( int newVal):void |
Sequential Notes: | Sets the resolution of the scan in its width in pixels per inch. Constraint: OriginalPpiX is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given. | |
public setOriginalPpiY( int newVal):void |
Sequential Notes: | Sets the resolution of the scan in its height in pixels per inch. Constraint: OriginalPpiY is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given. | |
public setOriginalSizeUnit( SizeUnit newVal):void |
Sequential Notes: | Sets the possible units of the original size parameters. | |
public setOriginalSizeX( int newVal):void |
Sequential Notes: | Sets the original size of the image in the direction of the X-axis, i. e. the width of the original scanned area. Without a specified unit, the value is given in meter. | |
public setOriginalSizeY( int newVal):void |
Sequential Notes: | Sets the original size of the image in the direction of the Y-axis, i. e. the height of the original scanned area. Without a specified unit, the value is given in meter. | |