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
)
Public Function AcquireToFile (
compression As IsisCompression,
author As String,
creator As String,
title As String,
subject As String,
keywords As String
) As Boolean
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:
Booleantrue if the operation is succeeded, otherwise false.
Remarks See Also