Accusoft.NotateXpressSdk Namespace > NotateXpress Class : ImagXpressLoad Property |
'Declaration <DescriptionAttribute("Inidciates whether annotations are loaded from a Tiff file")> <CategoryAttribute("NotateXpress")> <BrowsableAttribute(True)> Public Property ImagXpressLoad As Boolean
'Usage Dim instance As NotateXpress Dim value As Boolean instance.ImagXpressLoad = value value = instance.ImagXpressLoad
[DescriptionAttribute("Inidciates whether annotations are loaded from a Tiff file")] [CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] public bool ImagXpressLoad {get; set;}
[DescriptionAttribute("Inidciates whether annotations are loaded from a Tiff file")] [CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] public: __property bool get_ImagXpressLoad(); public: __property void set_ImagXpressLoad( bool value );
[DescriptionAttribute("Inidciates whether annotations are loaded from a Tiff file")] [CategoryAttribute("NotateXpress")] [BrowsableAttribute(true)] public: property bool ImagXpressLoad { bool get(); void set ( 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.