Accusoft.NotateXpress13.Net
AllLayers Property (LoadOptions)




Gets or sets a value indicating whether all layers are read in, or only a specific layer.
Syntax
'Declaration
 
Public Property AllLayers As Boolean
'Usage
 
Dim instance As LoadOptions
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 if all layers are read in. Otherwise, false is used and only a specific layer is read in.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback