Click or drag to resize

IsisController.AcquireToFile Method (IsisCompression, String, String, String, String, String)

Acquires an image from the active device to PDF document.

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

Parameters

compression
Type: Atalasoft.Isis.IsisCompression
Specifies desired image data compression.
author
Type: System.String
Specifies PDF document author.
creator
Type: System.String
Specifies PDF document creator tag.
title
Type: System.String
Specifies PDF document title.
subject
Type: System.String
Specifies PDF document subject tag.
keywords
Type: System.String
Specifies PDF document keywords.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false.
Remarks
The event should be handled in order to specify file name.
See Also