Leadtools.Workflow.Raster Namespace : SaveImageActivity Class |
The following tables list the members exposed by SaveImageActivity.
Name | Description | |
---|---|---|
SaveImageActivity Constructor | Constructs a new SaveImageActivity object. |
Name | Description | |
---|---|---|
BitsPerPixelProperty | Identifies the BitsPerPixel dependency property. | |
FirstPageNumberProperty | Identifies the FirstPageNumber dependency property. | |
FirstSavePageNumberProperty | Identifies the FirstSavePageNumber dependency property. | |
FormatProperty | Identifies the Format dependency property. | |
GetCredentialsEvent | Identifies the Leadtools.Workflow.Raster.SaveImageActivity.GetCredentials dependency property. | |
LastPageNumberProperty | Identifies the LastPageNumber dependency property. | |
SaveModeProperty | Identifies the SaveMode dependency property. | |
SaveToUrlProperty | Identifies the SaveToUrl dependency property. | |
TargetFileProperty | Identifies the TargetFile dependency property. | |
UpdateCodecsOptionsEvent | Identifies the Leadtools.Workflow.Raster.SaveImageActivity.UpdateCodecsOptions dependency property. |
Name | Description | |
---|---|---|
BitsPerPixel | Gets or sets a value indicating the resulting file's pixel depth. | |
Description | Gets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
DisposeImage | Gets or sets a value which indicates whether the activity should free its image after being executed. (Inherited from Leadtools.Workflow.Raster.DisposableImageActivity) | |
Enabled | Gets or sets a value that indicates whether this instance is enabled for execution and validation. (Inherited from System.Workflow.ComponentModel.Activity) | |
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) | |
FirstPageNumber | Gets or sets a value indicating the 1-based index of the first page in the image to save. | |
FirstSavePageNumber | Gets or sets a value indicating the 1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages. | |
Format | Gets or sets a value indicating the output file format. | |
Image | Gets or sets a reference to the activity's image. (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity) | |
ImageCopy | Gets a copy of the activity's image object. (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity) | |
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) | |
LastPageNumber | Gets or sets a value indicating the 1-based index of the last page in the image to save. Pass -1 to save from FirstPageNumber to the last page in image. | |
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) | |
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) | |
SaveMode | Gets or sets a value that determines how to handle the page when saving to multipage formats. | |
SaveToUrl | Gets or sets a value indicating whether or not the TargetFile property specifies a url or a filename. | |
TargetFile | Gets or sets a value indicating the name of the image file to be saved. | |
UserData | Gets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject) |
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. This member overrides System.Workflow.ComponentModel.Activity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext). | |
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) | |
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) |
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) | |
GetCredentials | Gets called just before the file is saved to enable the client to set the appropriate network credentials. | |
StatusChanged | Occurs when the System.Workflow.ComponentModel.ActivityExecutionStatus of a running System.Workflow.ComponentModel.Activity changes. (Inherited from System.Workflow.ComponentModel.Activity) | |
UpdateCodecsOptions | Gets called just before the saved file is loaded to enable the client to set the appropriate saving options. |