Accusoft.ImagXpressSdk Namespace > Processor Class : Workspace Property |
'Declaration <DefaultValueAttribute()> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DescriptionAttribute("Gets or sets the ImagXpress workspace component.")> <BrowsableAttribute(False)> Public Property Workspace As ImagXpress
'Usage Dim instance As Processor Dim value As ImagXpress instance.Workspace = value value = instance.Workspace
[DefaultValueAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DescriptionAttribute("Gets or sets the ImagXpress workspace component.")] [BrowsableAttribute(false)] public ImagXpress Workspace {get; set;}
[DefaultValueAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DescriptionAttribute("Gets or sets the ImagXpress workspace component.")] [BrowsableAttribute(false)] public: __property ImagXpress* get_Workspace(); public: __property void set_Workspace( ImagXpress* value );
[DefaultValueAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DescriptionAttribute("Gets or sets the ImagXpress workspace component.")] [BrowsableAttribute(false)] public: property ImagXpress^ Workspace { ImagXpress^ get(); void set ( ImagXpress^ value); }
This property can only be set if the value is null. Once the Processor component has a ImagXpress workspace, it can NOT be changed.
This property only needs to be set if you use the Processor component in a WPF (Windows Presentation Framework) project or dynamically create an Processor instance with the default constructor. This property should NOT need to be set in any other instance. If the property already has a valid ImagXpress workspace because it has been set once before or the control was created through one of the other constructors setting this property will have no effect. Once a Processor has been set with its ImagXpress workspace it can NOT be changed to another ImagXpress workspace component.
Note: Failure to set this property with a valid ImagXpress workspace component when it is null as described above will cause the component throw an exception on a call to one of its methods.