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 | (Inherited from System.Workflow.ComponentModel.Activity) | |
Enabled | (Inherited from System.Workflow.ComponentModel.Activity) | |
ExecutionResult | (Inherited from System.Workflow.ComponentModel.Activity) | |
ExecutionStatus | (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 | (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 | (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 | (Inherited from System.Workflow.ComponentModel.Activity) | |
Psd | Gets extra information about the image if the file format is PSD. | |
QualifiedName | (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 | (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 | |
---|---|---|
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 queried 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 queried to enable the client to set the appropriate querying options. |