Click or drag to resize

IsisDeviceAcquireToFile Method (IsisCompression, String, String, String, String, String)

Acquires an image from the device to PDF document.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AcquireToFile(
	IsisCompression compression,
	string author,
	string creator,
	string title,
	string subject,
	string keywords
)

Parameters

compression
Type: Atalasoft.IsisIsisCompression
Specifies desired image data compression.
author
Type: SystemString
Specifies PDF document author.
creator
Type: SystemString
Specifies PDF document creator tag.
title
Type: SystemString
Specifies PDF document title.
subject
Type: SystemString
Specifies PDF document subject tag.
keywords
Type: SystemString
Specifies PDF document keywords.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false.
Remarks
In order to control scanning process various events defined in IsisController class can be used. See AcquireToFile(IsisCompression, String, String, String, String, String) method for details.
See Also