The following tables list the members exposed by LoadImageActivity.
Name | Description | |
---|---|---|
LoadImageActivity Constructor | Constructs a new LoadActivity object. |
Name | Description | |
---|---|---|
BitsPerPixelProperty | Identifies the BitsPerPixel dependency property. | |
ByteOrderProperty | Identifies the ByteOrder dependency property. | |
FirstPageNumberProperty | Identifies the FirstPageNumber dependency property. | |
GetCredentialsEvent | Identifies the GetCredentials dependency property. | |
LastPageNumberProperty | Identifies the LastPageNumber dependency property. | |
UpdateCodecsOptionsEvent | Identifies the UpdateCodecsOptions dependency property. | |
UrlProperty | Identifies the Url dependency property. |
Name | Description | |
---|---|---|
BitsPerPixel | Gets or sets a value indicating the resulting image pixel depth. | |
ByteOrder | Gets or sets a value indicating the color order for 16-, 24-, 32-, 48-, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. | |
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 to load. | |
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 to load. | |
Name | (Inherited from System.Workflow.ComponentModel.Activity) | |
Parent | (Inherited from System.Workflow.ComponentModel.Activity) | |
QualifiedName | (Inherited from System.Workflow.ComponentModel.Activity) | |
Url | Gets or sets a value indicating the name of the image file to load. | |
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 loaded to enable the client to set the appropriate network credentials. | |
StatusChanged | (Inherited from System.Workflow.ComponentModel.Activity) | |
UpdateCodecsOptions | Gets called just before the file is loaded to enable the client to set the appropriate loading options. |