Leadtools.Workflow.Scan Namespace : ScanActivity Class |
The following tables list the members exposed by ScanActivity.
Name | Description | |
---|---|---|
ScanActivity Constructor | Initializes a new instance of the ScanActivity class. |
Name | Description | |
---|---|---|
AppendToFileProperty | Identifies the AppendToFile dependency property. | |
BitsPerPixelProperty | Identifies the BitsPerPixel dependency property. | |
BottomMarginProperty | Identifies the BottomMargin dependency property. | |
EffectsBrightnessProperty | Identifies the EffectsBrightness dependency property. | |
EffectsContrastProperty | Identifies the EffectsContrast dependency property. | |
EffectsFlagsProperty | Identifies the EffectsFlags dependency property. | |
EffectsHighlightProperty | Identifies the EffectsHighlight dependency property. | |
EnableDuplexScanningProperty | Identifies the EnableDuplexScanning dependency property. | |
ErrorOnUnsupportedValueProperty | Identifies the ErrorOnUnsupportedValue dependency property. | |
LeftMarginProperty | Identifies the LeftMargin dependency property. | |
MeasureUnitProperty | Identifies the MeasureUnit dependency property. | |
NumberOfPagesProperty | Identifies the NumberOfPages dependency property. | |
OutputFileFormatProperty | Identifies the OutputFileFormat dependency property. | |
OutputFileNameProperty | Identifies the OutputFileName dependency property. | |
OutputToOneFileProperty | Identifies the OutputToOneFile dependency property. | |
OutputTypeProperty | Identifies the OutputType dependency property. | |
PageOrientationProperty | Identifies the PageOrientation dependency property. | |
PageSizeProperty | Identifies the PageSize dependency property. | |
RightMarginProperty | Identifies the RightMargin dependency property. | |
RotationAngleProperty | Identifies the RotationAngle dependency property. | |
SourceNameProperty | Identifies the SourceName dependency property. | |
TopMarginProperty | Identifies the TopMargin dependency property. | |
WorkflowImageProperty | Identifies the WorkflowImage dependency property. | |
XResolutionProperty | Identifies the XResolution dependency property. | |
YResolutionProperty | Identifies the YResolution dependency property. |
Name | Description | |
---|---|---|
AppendToFile | Gets or sets flag a flag that indicates whether to append pages to the end of the file when saving a multi-page file. | |
BitsPerPixel | Gets or sets the bits per pixel the acquired images will have. | |
BottomMargin | Gets or sets the bottom margin of the image to be acquired. | |
Description | Gets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
EffectsBrightness | Gets or sets the brightness value to use when transferring images from the current Scanner source. | |
EffectsContrast | Gets or sets the contrast value to be used when transferring images from the current Scanner source. | |
EffectsFlags | Gets or sets flags that indicate which effects will be used. | |
EffectsHighlight | Gets or sets the highlight value to use when transferring images from the current Scanner source. | |
Enabled | Gets or sets a value that indicates whether this instance is enabled for execution and validation. (Inherited from System.Workflow.ComponentModel.Activity) | |
EnableDuplexScanning | Enables or disables the duplex mode. | |
ErrorOnUnsupportedValue | Gets or sets a flag that indicates whether to throw an exception if a property value is not supported by the scanner source. | |
ExecutionResult | Gets the System.Workflow.ComponentModel.ActivityExecutionResult of the last attempt to run this instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
ExecutionStatus | Gets the current System.Workflow.ComponentModel.ActivityExecutionStatus of this instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
IsDynamicActivity | Gets information about whether the activity is executing within the default System.Workflow.ComponentModel.ActivityExecutionContext of the workflow instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
LeftMargin | Gets or sets the left margin of the image to be acquired. | |
MeasureUnit | Gets or sets the image units of measure used to transfer images from the current Scanner source. | |
Name | Gets or sets the name of this instance. This name must conform to the variable naming convention of the programming language that is being used in the Workflow project. (Inherited from System.Workflow.ComponentModel.Activity) | |
NumberOfPages | Gets or sets the number of images that can be transferred from the current Scanner source. | |
OutputFileFormat | Gets or sets the file format to use when saving the scanned image(s). | |
OutputFileName | Gets or sets the output file name used to save the scanned image(s) if the OutputType is set to DiskFile. | |
OutputToOneFile | Gets or sets a flag that indicates whether to save multiple pages to a single file. | |
OutputType | Gets or sets the manner in which to obtain the scanned image(s) from the scanner source. | |
PageOrientation | Gets or sets the page orientation to use when transferring data from the current Scanner source. | |
PageSize | Gets or sets the page size to use when transferring data from the current Scanner source. | |
Parent | Gets the System.Workflow.ComponentModel.CompositeActivity that contains this System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
QualifiedName | Gets the qualified name of the activity. Qualified activity names are always unique in a workflow instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
RightMargin | Gets or sets the right margin of the image to be acquired. | |
RotationAngle | Gets or sets the angle the acquired image should be rotated before transfer. | |
SourceName | Gets or sets the name of the Scanner Data Source. | |
TopMargin | Gets or sets the top margin of the image to be acquired. | |
UserData | Gets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
WorkflowImage | Gets the scanned image(s). | |
XResolution | Gets or sets the horizontal resolution used to transfer images from the current Scanner source. | |
YResolution | Gets or sets the vertical resolution used to transfer images from the current Scanner source. |
Name | Description | |
---|---|---|
ParentDependencyObject | Gets the parent System.Workflow.ComponentModel.DependencyObject in the System.Workflow.ComponentModel.DependencyObject graph. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
WorkflowInstanceId | Gets the System.Guid associated with the instance. (Inherited from System.Workflow.ComponentModel.Activity) |
Name | Description | |
---|---|---|
Execute | Overridden. Overrides Activity.Execute. | |
Finalize | Provided as an override to System.Object.Finalize to clean up any unmanaged resources deterministically. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
GetInvocationList | Gets an array that contains the delegates for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
Initialize | Overridden. Overrides Activity.Initialize. | |
InitializeProperties | Performs initialization on dependency properties when overridden in a derived class. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
OnClosed | Called by the workflow runtime as part of the activity's transition to the closed state. (Inherited from System.Workflow.ComponentModel.Activity) | |
TrackData | Overloaded. Informs the run-time tracking infrastructure of pending tracking information. (Inherited from System.Workflow.ComponentModel.Activity) | |
Uninitialize | Overridden. Overrides Activity.Uninitialize. |
Name | Description | |
---|---|---|
Canceling | Occurs when the activity execution is canceled. (Inherited from System.Workflow.ComponentModel.Activity) | |
Closed | Occurs when an System.Workflow.ComponentModel.Activity has completed execution. (Inherited from System.Workflow.ComponentModel.Activity) | |
Compensating | Occurs when running a compensation method on the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
Executing | Occurs when the System.Workflow.ComponentModel.Activity is run. (Inherited from System.Workflow.ComponentModel.Activity) | |
Faulting | Occurs when an exception is raised during the running of the instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
StatusChanged | Occurs when the System.Workflow.ComponentModel.ActivityExecutionStatus of a running System.Workflow.ComponentModel.Activity changes. (Inherited from System.Workflow.ComponentModel.Activity) |