Accusoft.NotateXpressSdk Namespace > NotateXpress Class : ImagXpressSave Property |
'Declaration <CategoryAttribute("NotateXpress")> <BrowsableAttribute(True)> <DescriptionAttribute("Inidciates whether annotations are saved into a Tiff file")> Public Property ImagXpressSave As Boolean
'Usage Dim instance As NotateXpress Dim value As Boolean instance.ImagXpressSave = value value = instance.ImagXpressSave
[Category("NotateXpress")] [Browsable(true)] [Description("Inidciates whether annotations are saved into a Tiff file")] public bool ImagXpressSave {get; set;}
[Category("NotateXpress")] [Browsable(true)] [Description("Inidciates whether annotations are saved into a Tiff file")] public: __property bool get_ImagXpressSave(); public: __property void set_ImagXpressSave( bool value );
The default value is true.
When this property is set to true, and you save a Tiff file in ImagXpress, and ImagXpress is linked to NotateXpress, and there are annotations present, the annotations will be saved in the Tiff file as either Wang/Kodak Imaging for Windows compatible annotations or in native NotateXpress format, depending on the state of the SaveOptions.AnnType property.
Note: To enable annotations to be saved, ensure that the ImagXpressSave property is set to true and the ImagXpress ImageX.SaveOptions.Annotations.Save property is set to true. If either of these properties are false, annotations will not be saved in the file.
Note: Only annotations of type AnnotationType.ImagingForWindows and AnnotationType.NotateXpress can be saved inside an image.