ImageGear .NET
Templates Property (ImGearAnnotationSettings)




Gets or sets the templates for creating annotations using the mouse.
Syntax
public ImGearAnnotationTemplates Templates {get; set;}
public: __property ImGearAnnotationTemplates* get_Templates();
public: __property void set_Templates( 
   ImGearAnnotationTemplates* value
);
public:
property ImGearAnnotationTemplates^ Templates {
   ImGearAnnotationTemplates^ get();
   void set (    ImGearAnnotationTemplates^ value);
}
'Declaration
 
Public Property Templates As ImGearAnnotationTemplates
 
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As ImGearAnnotationTemplates
 
instance.Templates = value
 
value = instance.Templates

Property Value

ImGearAnnotationTemplates value.
Remarks
These settings only affect mark creation if the ImageGear.Windows.Controls.PageView.MouseToolSettings.Annotation.DrawPreview property is set to false.
See Also

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback