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 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 UpdateCodecsOptions dependency property. |
| Name | Description | |
|---|---|---|
| BitsPerPixel | Gets or sets a value indicating the resulting file's pixel depth. |
| Description | (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 DisposableImageActivity) |
| Enabled | (Inherited from System.Workflow.ComponentModel.Activity) |
| ExecutionResult | (Inherited from System.Workflow.ComponentModel.Activity) |
| ExecutionStatus | (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 WorkflowImageActivity) |
| ImageCopy | Gets a copy of the activity's image object. (Inherited from WorkflowImageActivity) |
| IsDynamicActivity | (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 | (Inherited from System.Workflow.ComponentModel.Activity) |
| Parent | (Inherited from System.Workflow.ComponentModel.Activity) |
| QualifiedName | (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 | (Inherited from System.Workflow.ComponentModel.DependencyObject) |
| Name | Description | |
|---|---|---|
| DesignMode | (Inherited from System.Workflow.ComponentModel.DependencyObject) |
| ParentDependencyObject | (Inherited from System.Workflow.ComponentModel.DependencyObject) |
| WorkflowInstanceId | (Inherited from System.Workflow.ComponentModel.Activity) |
Top
Top
| Name | Description | |
|---|---|---|
| Canceling | (Inherited from System.Workflow.ComponentModel.Activity) |
| Closed | (Inherited from System.Workflow.ComponentModel.Activity) |
| Compensating | (Inherited from System.Workflow.ComponentModel.Activity) |
| Executing | (Inherited from System.Workflow.ComponentModel.Activity) |
| Faulting | (Inherited from System.Workflow.ComponentModel.Activity) |
| GetCredentials | Gets called just before the file is saved to enable the client to set the approrpriate network credentials. |
| StatusChanged | (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. |
