Accusoft.NotateXpress13.Net
AllLayers Property (SaveOptions)




Gets or sets a value indicating whether all the layers are written.
Syntax
'Declaration
 
Public Property AllLayers As Boolean
'Usage
 
Dim instance As SaveOptions
Dim value As Boolean
 
instance.AllLayers = value
 
value = instance.AllLayers
public bool AllLayers {get; set;}
public: __property bool get_AllLayers();
public: __property void set_AllLayers( 
   bool value
);
public:
property bool AllLayers {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to write all layers. Otherwise, false is used and the specific layer is taken from SaveLayer.
Remarks

Note: Not all ways of writing formats support this option.

See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback