Accusoft.NotateXpressSdk Namespace > NotateXpress Class : ImagXpressLoad Property |
'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 );
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.