Accusoft.NotateXpress13.Net
ImagXpressLoad Property




The ImagXpressLoad property sets or returns whether annotations are loaded from a Tiff file when a Tiff file containing annotations is loaded by ImagXpress.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("NotateXpress")>
<DescriptionAttribute("Inidciates whether annotations are loaded from a Tiff file")>
Public Property ImagXpressLoad As Boolean
'Usage
 
Dim instance As NotateXpress
Dim value As Boolean
 
instance.ImagXpressLoad = value
 
value = instance.ImagXpressLoad
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether annotations are loaded from a Tiff file")]
public bool ImagXpressLoad {get; set;}
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether annotations are loaded from a Tiff file")]
public: __property bool get_ImagXpressLoad();
public: __property void set_ImagXpressLoad( 
   bool value
);
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether annotations are loaded from a Tiff file")]
public:
property bool ImagXpressLoad {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when annotations load to NotateXpress when ImagXpress loads a TIFF file. Otherwise, false is returned.
Remarks

The default value is true.

The default is True, which means that when you load a Tiff file in ImagXpress, and ImagXpress is linked to NotateXpress, and there are annotations present, the annotations will be loaded from the Tiff file as either Wang/Kodak Imaging for Windows compatible annotations or in native NotateXpress format, depending on the state of the AnnType property.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback