Accusoft.NotateXpress13.Net
PreserveWangLayers Property (LoadOptions)




The PreserveWTLayers affects the way that NotateXpress objects are stored in Wang annotation-compatible Tiff files.
Syntax
'Declaration
 
Public Property PreserveWangLayers As Boolean
'Usage
 
Dim instance As LoadOptions
Dim value As Boolean
 
instance.PreserveWangLayers = value
 
value = instance.PreserveWangLayers
public bool PreserveWangLayers {get; set;}
public: __property bool get_PreserveWangLayers();
public: __property void set_PreserveWangLayers( 
   bool value
);
public:
property bool PreserveWangLayers {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if preserve Wang layers. Otherwise, false to not preserve Wang layers.
Remarks

When PreserveWTLayers is True, NotateXpress will store items from a layer together under one Group tag. When PreserveWTLayers is False, NotateXpress will store each object in a separate Group tag. When reading a Tiff file, NotateXpress will create a separate layer for each Group tag encountered if PreserveWTLayers is True, otherwise only 1 layer will be created and all objects placed in that layer. The default value is False, meaning NotateXpress will not preserve layers when writing annotations to a Tiff file.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback