Leadtools.Workflow.Raster Namespace : GetImageInfoActivity Class |
The following tables list the members exposed by GetImageInfoActivity.
Name | Description | |
---|---|---|
GetImageInfoActivity Constructor | Constructs a new GetImageInfoActivity object. |
Name | Description | |
---|---|---|
BitsPerPixelProperty | Identifies the BitsPerPixel dependency property. | |
BytesPerLineProperty | Identifies the BytesPerLine dependency property. | |
ColorSpaceProperty | Identifies the ColorSpace dependency property. | |
CompressionProperty | Identifies the Compression dependency property. | |
FaxProperty | Identifies the Fax dependency property. | |
FileNameProperty | Identifies the FileName dependency property. | |
FormatProperty | Identifies the Format dependency property. | |
GetCredentialsEvent | Identifies the GetCredentials dependency property. | |
GifProperty | Identifies the Gif dependency property. | |
HasAlphaProperty | Identifies the HasAlpha dependency property. | |
HasResolutionProperty | Identifies the HasResolution dependency property. | |
HeightProperty | Identifies the Height dependency property. | |
IsLinkProperty | Identifies the IsLink dependency property. | |
IsRotatedProperty | Identifies the IsRotated dependency property. | |
IsSignedProperty | Identifies the IsSigned dependency property. | |
JpegProperty | Identifies the Jpeg dependency property. | |
OrderProperty | Identifies the Order dependency property. | |
PageCountProperty | Identifies the PageCount dependency property. | |
PageNumberProperty | Identifies the PageNumber dependency property. | |
PageProperty | Identifies the Page dependency property. | |
PsdProperty | Identifies the Psd dependency property. | |
SizeDiskProperty | Identifies the SizeDisk dependency property. | |
SizeMemoryProperty | Identifies the SizeMemory dependency property. | |
TiffProperty | Identifies the Tiff dependency property. | |
TotalPagesProperty | Identifies the TotalPages dependency property. | |
UpdateCodecsOptionsEvent | Identifies the UpdateCodecsOptions dependency property. | |
UrlProperty | Identifies the Url dependency property. | |
ViewPerspectiveProperty | Identifies the ViewPerspective dependency property. | |
WidthProperty | Identifies the Width dependency property. | |
XResolutionProperty | Identifies the XResolution dependency property. | |
YResolutionProperty | Identifies the YResolution dependency property. |
Name | Description | |
---|---|---|
BitsPerPixel | Gets the bits per pixel of the image. | |
BytesPerLine | Gets the number of bytes per scanline for the image data. | |
ColorSpace | Gets the color space of the image. | |
Compression | Gets the compression of the image file. | |
Description | Gets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
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) | |
Fax | Gets extra information about the image if the file format is FAX. | |
FileName | Gets the file name. | |
Format | Gets the image file format. | |
Gif | Gets extra information about the image if the file format is GIF. | |
HasAlpha | Determines whether or not the image contains alpha channel information. | |
HasResolution | Determines whether or not the file has resolution values (DPI) stored inside. | |
Height | Gets the height of the image in pixels. | |
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) | |
IsLink | Determines whether or not the file is an image file or a link to an image file. | |
IsRotated | Determines whether or not the image has a rotated view perspective. | |
IsSigned | Determines whether or not the image data is signed. | |
Jpeg | Gets extra information about the image if the file format is JPEG or LEAD CMP. | |
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) | |
Order | Gets the byte order of the image. | |
Page | Gets the page number of the file. | |
PageCount | Gets the total number of pages in the file. | |
PageNumber | Gets or sets the page number in the file to query. | |
Parent | Gets the System.Workflow.ComponentModel.CompositeActivity that contains this System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
Psd | Gets extra information about the image if the file format is PSD. | |
QualifiedName | Gets the qualified name of the activity. Qualified activity names are always unique in a workflow instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
SizeDisk | Gets the size of the image file on disk. | |
SizeMemory | Gets the size of the image when loaded uncompressed in memory. | |
Tiff | Gets extra information about the image if the file format is TIFF. | |
TotalPages | Gets or sets a value indicating whether to query the file for total number of pages. | |
Url | Gets or sets a value indicating the name of the image file to query. | |
UserData | Gets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
ViewPerspective | Gets the view perspective of the image. | |
Width | Gets the width of the image in pixels. | |
XResolution | Gets the horizontal resolution (DPI) of the image. | |
YResolution | Gets the vertical resolution (DPI) of the image. |
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 queried 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 file is queried to enable the client to set the appropriate querying options. |