Accusoft.NotateXpress13.Net
ImagXpressSave Property




Gets or sets whether annotations are saved into a Tiff file when the ImagXpress Save method is executed.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("NotateXpress")>
<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
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether annotations are saved into a Tiff file")]
public bool ImagXpressSave {get; set;}
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether annotations are saved into a Tiff file")]
public: __property bool get_ImagXpressSave();
public: __property void set_ImagXpressSave( 
   bool value
);
[Browsable(true)]
[Category("NotateXpress")]
[Description("Inidciates whether annotations are saved into a Tiff file")]
public:
property bool ImagXpressSave {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save annotations with the image when ImagXpress saves to a TIFF file. Otherwise, false is returned.
Remarks

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.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback