ImageGear for .NET
ImageReference Property




Gets or sets an Image Reference mark to be used as a template when creating Image marks using the mouse.
Syntax
'Declaration
 
Public Property ImageReference As ImGearARTImageRef
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTImageRef
 
instance.ImageReference = value
 
value = instance.ImageReference
public ImGearARTImageRef ImageReference {get; set;}
public: __property ImGearARTImageRef* get_ImageReference();
public: __property void set_ImageReference( 
   ImGearARTImageRef* value
);
public:
property ImGearARTImageRef^ ImageReference {
   ImGearARTImageRef^ get();
   void set (    ImGearARTImageRef^ value);
}

Property Value

ImGearARTImageRef value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback