Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Properties | List of all members
SolidFramework.Imaging.Scanner Class Reference

Represents types of Scanner. More...

Properties

String Name [get]
 Gets the name. More...
 
String Manufacturer [get]
 Gets the manufacturer. More...
 
string ProtocolVersion [get]
 Gets the major protocol version. More...
 
string Protocol [get]
 
bool FeederEnabled [get]
 Gets a value indicating whether feeder enabled. More...
 
ScannerDuplexTypes DuplexType [get]
 Gets the type of the duplex. More...
 
bool DuplexEnabled [get]
 Gets a value indicating whether duplex enabled. More...
 
bool AutoFeed [get]
 Gets a value indicating whether auto feed. More...
 
bool PaperDetect [get]
 Gets a value indicating whether paper detect. More...
 
bool FeederLoaded [get]
 Gets a value indicating whether [feeder loaded]. More...
 
bool AutoSenseMedium [get]
 Gets a value indicating whether auto sense medium. More...
 
bool UndefinedImageSize [get]
 Gets a value indicating whether undefined image size. More...
 
int Overscan [get]
 Gets the overscan. More...
 
bool AutomaticDeskew [get]
 Gets a value indicating whether automatic deskew. More...
 
bool AutomaticRotate [get]
 Gets a value indicating whether automatic rotate. More...
 
bool AutomaticBorderDetection [get]
 Gets a value indicating whether automatic border detection. More...
 
bool AutomaticColorEnabled [get]
 Gets a value indicating whether automatic color enabled. More...
 
int AutomaticColorNonColorPixelType [get]
 Gets the type of the automatic color non color pixel. More...
 
ReadOnlyCollection< PaperSizeSupportedPaperSizes [get]
 Gets the supported paper sizes. More...
 
ReadOnlyCollection< ImageTypeSupportedImageTypes [get]
 
ReadOnlyCollection< Int32 > SupportedDPI [get]
 
PaperSize SelectedPaperSize [getset]
 Gets or sets the size of the selected paper. More...
 
PaperSource SelectedPaperSource [getset]
 Gets or sets the selected paper source. More...
 
bool SelectedFeederFlip [getset]
 Gets or sets a value indicating whether selected feeder flip. More...
 
ImageType SelectedImageType [getset]
 
Int32 SelectedDPI [getset]
 

Detailed Description

Represents types of Scanner.

Property Documentation

◆ AutoFeed

bool SolidFramework.Imaging.Scanner.AutoFeed
get

Gets a value indicating whether auto feed.

true if auto feed; otherwise, false.

◆ AutomaticBorderDetection

bool SolidFramework.Imaging.Scanner.AutomaticBorderDetection
get

Gets a value indicating whether automatic border detection.

true if automatic border detection; otherwise, false.

◆ AutomaticColorEnabled

bool SolidFramework.Imaging.Scanner.AutomaticColorEnabled
get

Gets a value indicating whether automatic color enabled.

true if automatic color enabled; otherwise, false.

◆ AutomaticColorNonColorPixelType

int SolidFramework.Imaging.Scanner.AutomaticColorNonColorPixelType
get

Gets the type of the automatic color non color pixel.

The type of the automatic color non color pixel.

◆ AutomaticDeskew

bool SolidFramework.Imaging.Scanner.AutomaticDeskew
get

Gets a value indicating whether automatic deskew.

true if automatic deskew; otherwise, false.

◆ AutomaticRotate

bool SolidFramework.Imaging.Scanner.AutomaticRotate
get

Gets a value indicating whether automatic rotate.

true if automatic rotate; otherwise, false.

◆ AutoSenseMedium

bool SolidFramework.Imaging.Scanner.AutoSenseMedium
get

Gets a value indicating whether auto sense medium.

true if auto sense medium; otherwise, false.

◆ DuplexEnabled

bool SolidFramework.Imaging.Scanner.DuplexEnabled
get

Gets a value indicating whether duplex enabled.

true if duplex enabled; otherwise, false.

◆ DuplexType

ScannerDuplexTypes SolidFramework.Imaging.Scanner.DuplexType
get

Gets the type of the duplex.

The type of the duplex.

◆ FeederEnabled

bool SolidFramework.Imaging.Scanner.FeederEnabled
get

Gets a value indicating whether feeder enabled.

true if feeder enabled; otherwise, false.

◆ FeederLoaded

bool SolidFramework.Imaging.Scanner.FeederLoaded
get

Gets a value indicating whether [feeder loaded].

true if [feeder loaded]; otherwise, false.

◆ Manufacturer

String SolidFramework.Imaging.Scanner.Manufacturer
get

Gets the manufacturer.

The manufacturer.

◆ Name

String SolidFramework.Imaging.Scanner.Name
get

Gets the name.

The name.

◆ Overscan

int SolidFramework.Imaging.Scanner.Overscan
get

Gets the overscan.

The overscan.

◆ PaperDetect

bool SolidFramework.Imaging.Scanner.PaperDetect
get

Gets a value indicating whether paper detect.

true if paper detect; otherwise, false.

◆ ProtocolVersion

string SolidFramework.Imaging.Scanner.ProtocolVersion
get

Gets the major protocol version.

The major protocol version.

◆ SelectedFeederFlip

bool SolidFramework.Imaging.Scanner.SelectedFeederFlip
getset

Gets or sets a value indicating whether selected feeder flip.

true if selected feeder flip; otherwise, false.

◆ SelectedPaperSize

PaperSize SolidFramework.Imaging.Scanner.SelectedPaperSize
getset

Gets or sets the size of the selected paper.

The size of the selected paper.

◆ SelectedPaperSource

PaperSource SolidFramework.Imaging.Scanner.SelectedPaperSource
getset

Gets or sets the selected paper source.

The selected paper source.

◆ SupportedPaperSizes

ReadOnlyCollection<PaperSize> SolidFramework.Imaging.Scanner.SupportedPaperSizes
get

Gets the supported paper sizes.

The supported paper sizes.

◆ UndefinedImageSize

bool SolidFramework.Imaging.Scanner.UndefinedImageSize
get

Gets a value indicating whether undefined image size.

true if undefined image size; otherwise, false.