Gets or sets a value indicating whether all the layers are written.
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);
}
'Declaration
Public Property AllLayers As Boolean
'Usage
Dim instance As SaveOptions
Dim value As Boolean
instance.AllLayers = value
value = instance.AllLayers
Property Value
A boolean value which is
true to write all layers. Otherwise,
false is used and the specific layer is taken from
SaveLayer.